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.
2 parents 90f1276 + 8b1bc08 commit 0301ae3Copy full SHA for 0301ae3
.github/workflows/scheduled-snyk-docker.yaml
@@ -17,6 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
19
- name: Run Snyk to check for vulnerabilities on Fitbit image
20
+ continue-on-error: true # To make sure that SARIF upload gets called
21
uses: snyk/actions/docker@master
22
env:
23
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
@@ -39,6 +40,7 @@ jobs:
39
40
sarif_file: snyk.sarif
41
42
- name: Run Snyk to check for vulnerabilities on Oura image
43
44
45
46
0 commit comments