diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index 645066c..25aa1d2 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -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'