Closed laurentsimon closed 2 years ago
gostaging is broken due to https://github.com/ossf/scorecard/pull/1898.
One way to fix it is for the go code to grab env variables and call scorecard CLI/API with the correct options set. This decouples scorecard CLI and the Action code.
(Discussed here: I'll take care of fixing this break)
Should be fixed with the merge of https://github.com/ossf/scorecard-action/pull/313, but feel free to reopen, if needed!
gostaging is broken due to https://github.com/ossf/scorecard/pull/1898.
One way to fix it is for the go code to grab env variables and call scorecard CLI/API with the correct options set. This decouples scorecard CLI and the Action code.