mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Re-enabled to upload sarif file of scorecards
This commit is contained in:
parent
5468148581
commit
9e8fa9bcd7
1 changed files with 6 additions and 6 deletions
12
.github/workflows/scorecards.yml
vendored
12
.github/workflows/scorecards.yml
vendored
|
@ -63,12 +63,12 @@ jobs:
|
||||||
|
|
||||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||||
# format to the repository Actions tab.
|
# format to the repository Actions tab.
|
||||||
# - name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
# uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||||
# with:
|
with:
|
||||||
# name: SARIF file
|
name: SARIF file
|
||||||
# path: results.sarif
|
path: results.sarif
|
||||||
# retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue