diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index b5bc949..a89a224 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -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