maybe the type was wrong
Security Scan / Trivy Security Scan (push) Successful in 10m1s

This commit is contained in:
2025-12-11 11:53:46 -08:00
parent 76b208d4b4
commit 7ca402cc2b
+2 -2
View File
@@ -36,10 +36,10 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
scanners: 'vuln,secret,config'
scanners: 'vuln,secret,misconfig'
format: 'table'
output: 'trivy-results.txt'
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
# Fail on any vulnerability found
exit-code: '1'
# Don't ignore unfixed vulnerabilities