Skip to content

Commit

Permalink
Update Snyk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen authored Apr 23, 2024
1 parent 7104c52 commit 094205c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/docker@299cde98a08ff8b1c2bfde1e5a067bce67a6d2b8
uses: snyk/actions/docker@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token
Expand All @@ -50,6 +50,6 @@ jobs:
image: patrikjuvonen/docker-nginx-http3:snyk-ci
args: --file=Dockerfile
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif

0 comments on commit 094205c

Please sign in to comment.