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