fix: add secret scanning back to trivy

This commit is contained in:
2025-12-11 15:09:57 -08:00
parent bc5440f99f
commit d98df0fe8c
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
scanners: 'vuln,misconfig'
scanners: 'vuln,secret,misconfig'
format: 'table'
output: 'trivy-results.txt'
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'