From d28dde7af32b232e381c7a6e6cdfb5634ea4a700 Mon Sep 17 00:00:00 2001 From: Aleksandr Myrnyi Date: Fri, 18 Oct 2024 15:31:59 +0200 Subject: [PATCH] Update trivy.yml --- .github/workflows/trivy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'