Skip to content

Commit

Permalink
Use default GITHUB_TOKEN for ossf/scorecard-action
Browse files Browse the repository at this point in the history
Zarf's branch protection was switched to rulesets instead of classic branch protection (temporarily in evaluate mode). A PAT is no longer needed. See:
https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional
  • Loading branch information
bburky authored Apr 4, 2024
1 parent 1173d81 commit 3868198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
with:
results_file: results.sarif
results_format: sarif
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
publish_results: true

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

0 comments on commit 3868198

Please sign in to comment.