Modify severity level on trivy-scan workflow

This commit is contained in:
2026-01-15 15:48:41 +00:00
parent 0464982b94
commit dc6e7840c7

View File

@@ -23,7 +23,7 @@ jobs:
--scanners vuln \ --scanners vuln \
--pkg-types library \ --pkg-types library \
--include-dev-deps \ --include-dev-deps \
--severity HIGH,CRITICAL \ --severity MEDIUM,HIGH,CRITICAL \
--ignore-unfixed \ --ignore-unfixed \
--format json \ --format json \
--output trivy.json \ --output trivy.json \