We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e8aab commit dde46f2Copy full SHA for dde46f2
.github/workflows/bake_targets.yml
@@ -163,6 +163,9 @@ jobs:
163
uses: snyk/actions/docker@master
164
id: snyk
165
if: ${{ env.SNYK_TOKEN != '' }}
166
+ # Snyk can be used to break the build when it detects vulnerabilities.
167
+ # In this case we want to upload the issues to GitHub Code Scanning.
168
+ continue-on-error: true
169
env:
170
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
171
with:
0 commit comments