From 6d2b8cbd748bb0350b8a05a0391585141ed40a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Wed, 13 Mar 2024 13:21:06 +0100 Subject: [PATCH] ci: temporary workaround for the snyk failure (#95) The Sarif upload action is currently failing because of github/codeql-action#2187, which turned out being related to how snyk produces the sarif. While the issue is being investigated with snyk, let's deploy a temporary workaround to allow the push of new images. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b43f86e..9f59d231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,6 +98,7 @@ jobs: - name: Upload result to GitHub Code Scanning uses: github/codeql-action/upload-sarif@v3 + continue-on-error: true with: sarif_file: snyk.sarif