diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-06-20 10:44:31 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-20 10:44:31 +0900 |
commit | 9e8fa9bcd7c01af9242f3b0d37c9ad521dc54404 () | |
tree | 1204a27e3945a85395b9cd40c5a2165dcd7f50ad | |
parent | 54681485817c39d4c226e62807e83e3c442d38aa (diff) |
Re-enabled to upload sarif file of scorecards
-rw-r--r-- | ./workflows/scorecards.yml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -63,12 +63,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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 - # with: - # name: SARIF file - # path: results.sarif - # retention-days: 5 # Upload the results to 's code scanning dasard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dasard |