generated from nhcarrigan/template
fix: add secret scanning back to trivy
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
scan-type: 'fs'
|
scan-type: 'fs'
|
||||||
scan-ref: '.'
|
scan-ref: '.'
|
||||||
scanners: 'vuln,misconfig'
|
scanners: 'vuln,secret,misconfig'
|
||||||
format: 'table'
|
format: 'table'
|
||||||
output: 'trivy-results.txt'
|
output: 'trivy-results.txt'
|
||||||
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
|
||||||
|
|||||||
Reference in New Issue
Block a user