We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c6ed8 commit 7e369b3Copy full SHA for 7e369b3
.github/workflows/snyk-container.yml
@@ -40,7 +40,7 @@ jobs:
40
# Snyk can be used to break the build when it detects vulnerabilities.
41
# In this case we want to upload the issues to GitHub Code Scanning
42
continue-on-error: true
43
- uses: snyk/actions/docker@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8
+ uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e
44
env:
45
# In order to use the Snyk Action you will need to have a Snyk API token.
46
# More details in https://github.com/snyk/actions#getting-your-snyk-token
0 commit comments