Skip to content

Commit dde46f2

Browse files
committed
chore: always upload
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 48e8aab commit dde46f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bake_targets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ jobs:
163163
uses: snyk/actions/docker@master
164164
id: snyk
165165
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
166169
env:
167170
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
168171
with:

0 commit comments

Comments
 (0)