|
|
|
@ -2,7 +2,8 @@
|
|
|
|
|
# by a third-party and are governed by separate terms of service, privacy
|
|
|
|
|
# policy, and support documentation.
|
|
|
|
|
|
|
|
|
|
name: Scorecard supply-chain security
|
|
|
|
|
name: Scorecard
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
# For Branch-Protection check. Only the default branch is supported. See
|
|
|
|
|
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
|
|
|
|
@ -58,12 +59,12 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
|
|
|
|
# format to the repository Actions tab.
|
|
|
|
|
- name: "Upload artifact"
|
|
|
|
|
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
|
|
|
|
with:
|
|
|
|
|
name: SARIF file
|
|
|
|
|
path: results.sarif
|
|
|
|
|
retention-days: 5
|
|
|
|
|
#- name: "Upload artifact"
|
|
|
|
|
# uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
|
|
|
|
# with:
|
|
|
|
|
# name: SARIF file
|
|
|
|
|
# path: results.sarif
|
|
|
|
|
# retention-days: 5
|
|
|
|
|
|
|
|
|
|
# Upload the results to GitHub's code scanning dashboard.
|
|
|
|
|
- name: "Upload to code-scanning"
|
|
|
|
|