Skip to content

Commit 7003c67

Browse files
committed
remove space from sarif file name
1 parent 005e239 commit 7003c67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
security-events: write
3030
# Needed to publish results and get a badge (see publish_results below).
3131
id-token: write
32-
# Uncomment the permissions below if installing in a private repository.
3332

3433

3534
steps:
@@ -63,7 +62,7 @@ jobs:
6362
- name: "Upload artifact"
6463
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
6564
with:
66-
name: SARIF file
65+
name: scorecard-sarif-results
6766
path: results.sarif
6867
retention-days: 5
6968

0 commit comments

Comments
 (0)