From ea8067db9b4d490be0bfdb84a884edf720907a58 Mon Sep 17 00:00:00 2001 From: fhochleitner Date: Wed, 15 Nov 2023 10:37:10 +0100 Subject: [PATCH] disable exit code in code-scan due to bug in upstream --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac41d2d..68ebc3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH,MEDIUM,LOW' - exit-code: '1' +# exit-code: '1' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2