Skip to content

Commit

Permalink
Always save the CVE scan results
Browse files Browse the repository at this point in the history
  • Loading branch information
weresch committed Jun 26, 2024
1 parent 5cd6c17 commit 1d87284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-cves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Archive CVE scan results
uses: actions/upload-artifact@v4
if: always()
with:
name: cve-scan-results-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
path: results.json

0 comments on commit 1d87284

Please sign in to comment.