We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ec4b commit 92acb4fCopy full SHA for 92acb4f
1 file changed
.github/workflows/snyk-container.yml
@@ -27,7 +27,7 @@ jobs:
27
# Snyk can be used to break the build when it detects vulnerabilities.
28
# In this case we want to upload the issues to GitHub Code Scanning
29
continue-on-error: true
30
- uses: snyk/actions/docker@14818c4695ecc4045f33c9cee9e795a788711ca4
+ uses: snyk/actions/docker@master
31
env:
32
# In order to use the Snyk Action you will need to have a Snyk API token.
33
# More details in https://github.com/snyk/actions#getting-your-snyk-token
0 commit comments