File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -38,22 +38,10 @@ jobs:
38
38
# - Publish results to OpenSSF REST API for easy access by consumers
39
39
# - Allows the repository to include the Scorecard badge.
40
40
# - 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.
44
41
publish_results : true
45
42
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
-
55
43
# Upload the results to GitHub's code scanning dashboard.
56
44
- name : " Upload to code-scanning"
57
45
uses : github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
58
46
with :
59
- sarif_file : results.sarif
47
+ sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments