generated from nhcarrigan/template
This commit is contained in:
@@ -36,10 +36,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
scan-type: 'fs'
|
scan-type: 'fs'
|
||||||
scan-ref: '.'
|
scan-ref: '.'
|
||||||
scanners: 'vuln,secret,config'
|
scanners: 'vuln,secret,misconfig'
|
||||||
format: 'table'
|
format: 'table'
|
||||||
output: 'trivy-results.txt'
|
output: 'trivy-results.txt'
|
||||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
|
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
||||||
# Fail on any vulnerability found
|
# Fail on any vulnerability found
|
||||||
exit-code: '1'
|
exit-code: '1'
|
||||||
# Don't ignore unfixed vulnerabilities
|
# Don't ignore unfixed vulnerabilities
|
||||||
|
|||||||
Reference in New Issue
Block a user