8000 Re-enabled to upload sarif file of scorecards · jeremyevans/ruby@9e8fa9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e8fa9b

Browse files
committed
Re-enabled to upload sarif file of scorecards
1 parent 5468148 commit 9e8fa9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/scorecards.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363

6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
66-
# - name: "Upload artifact"
67-
# uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68-
# with:
69-
# name: SARIF file
70-
# path: results.sarif
71-
# retention-days: 5
66+
- name: "Upload artifact"
67+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68+
with:
69+
name: SARIF file
70+
path: results.sarif
71+
retention-days: 5
7272

7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard

0 commit comments

Comments
 (0)
0