diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 60bd135a9..839fcdac0 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -60,7 +60,7 @@ jobs: with: scan-type: 'fs' scan-ref: '.' - scanners: 'vuln,config,secret' + scanners: 'vuln,secret' ignore-unfixed: true severity: 'HIGH,CRITICAL' format: 'table'