Skip to content

Commit 2a59855

Browse files
authored
Update scorecard.yml (#3)
1 parent 2845b25 commit 2a59855

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# For private repositories:
5757
# - `publish_results` will always be set to `false`, regardless
5858
# of the value entered here.
59-
publish_results: true
59+
publish_results: false
6060

6161
# (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore
6262
# file_mode: git
@@ -72,7 +72,7 @@ jobs:
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
75-
# - name: "Upload to code-scanning"
76-
# uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
77-
# with:
78-
# sarif_file: results.sarif
75+
- name: "Upload to code-scanning"
76+
uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
77+
with:
78+
sarif_file: results.sarif

0 commit comments

Comments
 (0)