From 401f3462aa4ebd146f4f93f4870d69918dc8cda6 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Fri, 25 Oct 2024 15:57:04 +0200 Subject: [PATCH] fix: skip init in 2nd and 3rd scan Doc-only: true Required-githooks: true Signed-off-by: Tomasz Gromadzki --- .github/workflows/trivy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index fb5c32645d3..e155b019275 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -56,6 +56,7 @@ jobs: scan-type: 'fs' scan-ref: '.' trivy-config: 'utils/trivy/trivy.yaml' + skip-setup-trivy: true - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a @@ -75,3 +76,4 @@ jobs: scan-type: 'fs' scan-ref: '.' trivy-config: 'utils/trivy/trivy.yaml' + skip-setup-trivy: true