ossf / scorecard-action

Official GitHub Action for OpenSSF Scorecard.
Apache License 2.0
242 stars 67 forks source link

BUG: gostaging #277

Closed laurentsimon closed 2 years ago

laurentsimon commented 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.

justaugustus commented 2 years ago

(Discussed here: I'll take care of fixing this break)

justaugustus commented 2 years ago

Should be fixed with the merge of https://github.com/ossf/scorecard-action/pull/313, but feel free to reopen, if needed!