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 005e239 commit 7003c67Copy full SHA for 7003c67
.github/workflows/scorecard.yml
@@ -29,7 +29,6 @@ jobs:
29
security-events: write
30
# Needed to publish results and get a badge (see publish_results below).
31
id-token: write
32
- # Uncomment the permissions below if installing in a private repository.
33
34
35
steps:
@@ -63,7 +62,7 @@ jobs:
63
62
- name: "Upload artifact"
64
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
65
with:
66
- name: SARIF file
+ name: scorecard-sarif-results
67
path: results.sarif
68
retention-days: 5
69
0 commit comments