diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 62f19507..34bc30d3 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -16,7 +16,7 @@ jobs: uses: aquasecurity/trivy-action@0.28.0 with: scan-type: 'fs' - security-checks: 'secret' + scanners: 'secret' severity: 'LOW,MEDIUM,HIGH,CRITICAL' ignore-unfixed: true - exit-code: '1' \ No newline at end of file + exit-code: '1'