File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11name : Scorecards supply-chain security
22
3- on : workflow_dispatch
4- # push:
5- # branches: [ main ]
6- # pull_request:
7- # branches: [ main ]
3+ on :
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
88
99# Declare default permissions as read only.
1010permissions : read-all
3232 with :
3333 results_file : results.sarif
3434 results_format : sarif
35- # Read-only PAT token. To create it,
36- # follow the steps in https://github.com/ossf/scorecard-action#pat-token-creation.
37- repo_token : ${{ secrets.SCORECARD_READ_TOKEN }}
3835 # Publish the results to enable scorecard badges. For more details, see
3936 # https://github.com/ossf/scorecard-action#publishing-results.
4037 # For private repositories, `publish_results` will automatically be set to `false`,
You can’t perform that action at this time.
0 commit comments