This commit is contained in:
laurentsimon
2021-12-29 23:11:08 +00:00
parent 7c57e8a703
commit 40772919fb
+2 -2
View File
@@ -30,10 +30,10 @@ jobs:
results_file: results.sarif
results_format: sarif
# Read-only PAT token. To create it,
# follow the steps in https://github.com/ossf/scorecard-action/blob/main#pat-token-creation.
# follow the steps in https://github.com/ossf/scorecard-action#pat-token-creation.
repo_token: ${{ secrets.SCORECARD_TOKEN }}
# Publish the results to enable scorecard badges. For more details, see
# https://github.com/ossf/scorecard-action/blob/main#publishing-results.
# https://github.com/ossf/scorecard-action#publishing-results.
# If you are installing the action on a private repo, set it to `publish_results: false`
# or comment out the following line.
publish_results: true