File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Scorecards supply-chain security
2
+
2
3
on :
3
4
# Only the default branch is supported.
4
5
branch_protection_rule :
@@ -19,13 +20,11 @@ jobs:
19
20
# Needs for private repositories.
20
21
contents : read
21
22
actions : read
22
-
23
23
steps :
24
24
- name : Checkout code
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
with :
27
27
persist-credentials : false
28
-
29
28
- name : Run analysis
30
29
uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
31
30
with :
36
35
# - you are installing Scorecards on a *private* repository
37
36
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
38
37
repo_token : ${{ secrets.SCORECARD_READ_TOKEN }}
39
-
40
38
# Publish the results for public repositories to enable scorecard badges. For more details, see
41
39
# https://github.com/ossf/scorecard-action#publishing-results.
42
40
publish_results : true
43
-
44
41
# Upload the results to GitHub's code scanning dashboard.
45
42
- name : Upload to code-scanning
46
43
uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
You can’t perform that action at this time.
0 commit comments