You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
38
+
# - you want to enable the Branch-Protection check without using the new GitHub Repos(which are public by default): https://github.blog/2023-07-24-github-repository-rules-are-now-generally-available/
39
+
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
40
+
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
41
+
42
+
# - Publish results to OpenSSF REST API for easy access by consumers
43
+
# - Allows the repository to include the Scorecard badge.
44
+
# - See https://github.com/ossf/scorecard-action#publishing-results.
45
+
publish_results: true
46
+
47
+
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
0 commit comments