fix: only alert on CVEs that have a fix

This commit is contained in:
2023-09-22 20:54:49 +00:00
parent fed1c28602
commit 977df48644

View File

@@ -50,7 +50,10 @@ jobs:
id: scan
with:
sbom: sbom.spdx.json
severity-cutoff: high
fail-build: false
only-fixed: true
by-cve: true
- name: upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v2