From b5dd00f37a63779162d5b726fbe80e52f0455cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 28 Nov 2023 15:01:22 +0100 Subject: [PATCH] fix: trivy exit code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/trivy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index e4088b28..572120c5 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -32,7 +32,7 @@ jobs: output: trivy-results.sarif severity: CRITICAL,HIGH,MEDIUM scanners: vuln,secret - exit-code: '1' + exit-code: '0' vuln-type: os,library - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4