Skip to content

Commit

Permalink
Publish OpenSSF scorecard results (#4844)
Browse files Browse the repository at this point in the history
I've found that fabric scorecard is already published at
https://scorecard.dev/viewer/?uri=github.com/hyperledger/fabric

Publishing from our own github action will at least give us control
over the scorecard execution and publishing.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored May 7, 2024
1 parent 148ef20 commit 2f64a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# For private repositories:
# - `publish_results` will always be set to `false`, regardless
# of the value entered here.
publish_results: false
publish_results: true

# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
Expand Down

0 comments on commit 2f64a42

Please sign in to comment.