File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626
27- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
28- id : create-token
29- with :
30- # analyzing classic branch protections requires a token with admin read permissions
31- # see https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
32- # and https://github.com/open-telemetry/community/issues/2769
33- app-id : ${{ vars.OSSF_SCORECARD_APP_ID }}
34- private-key : ${{ secrets.OSSF_SCORECARD_PRIVATE_KEY }}
35-
3627 - uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3728 with :
38- repo_token : ${{ steps.create-token.outputs.token }}
3929 results_file : results.sarif
4030 results_format : sarif
4131 publish_results : true
You can’t perform that action at this time.
0 commit comments