Skip to content

Commit 55aacbe

Browse files
author
Kenneth Rosario
authored
Update scorecard.yml
1 parent e062dc3 commit 55aacbe

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,10 @@ jobs:
3838
# - Publish results to OpenSSF REST API for easy access by consumers
3939
# - Allows the repository to include the Scorecard badge.
4040
# - See https://github.com/ossf/scorecard-action#publishing-results.
41-
# For private repositories:
42-
# - `publish_results` will always be set to `false`, regardless
43-
# of the value entered here.
4441
publish_results: true
4542

46-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
47-
# format to the repository Actions tab.
48-
- name: "Upload artifact"
49-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
50-
with:
51-
name: SARIF file
52-
path: results.sarif
53-
retention-days: 5
54-
5543
# Upload the results to GitHub's code scanning dashboard.
5644
- name: "Upload to code-scanning"
5745
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
5846
with:
59-
sarif_file: results.sarif
47+
sarif_file: results.sarif

0 commit comments

Comments
 (0)