Skip to content

Commit 8b1bc08

Browse files
authored
Add continue-on-error: true in scheduled-snyk-docker.yaml
1 parent 90f1276 commit 8b1bc08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818

1919
- name: Run Snyk to check for vulnerabilities on Fitbit image
20+
continue-on-error: true # To make sure that SARIF upload gets called
2021
uses: snyk/actions/docker@master
2122
env:
2223
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
@@ -39,6 +40,7 @@ jobs:
3940
sarif_file: snyk.sarif
4041

4142
- name: Run Snyk to check for vulnerabilities on Oura image
43+
continue-on-error: true # To make sure that SARIF upload gets called
4244
uses: snyk/actions/docker@master
4345
env:
4446
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)