Skip to content

Commit

Permalink
ci: temporary workaround for the snyk failure (#55)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NiccoloFei committed Mar 13, 2024
1 parent 7d453f3 commit e980178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -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

Expand Down

0 comments on commit e980178

Please sign in to comment.