Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4e57f commit 149bd52Copy full SHA for 149bd52
.github/workflows/scorecard.yml
@@ -39,7 +39,6 @@ jobs:
39
- name: "Run analysis"
40
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
41
with:
42
- id-token: write
43
results_file: results.sarif
44
results_format: sarif
45
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
@@ -62,6 +61,7 @@ jobs:
62
61
- name: "Upload artifact"
63
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
64
+ id-token: write
65
name: SARIF file
66
path: results.sarif
67
retention-days: 5
0 commit comments