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 77da9fa + d137a96 commit 788bb84Copy full SHA for 788bb84
.github/workflows/snyk-code.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@master
18
- name: Run Snyk to check for vulnerabilities
19
- uses: snyk/actions/python@86b1cee1b8e110a78d528b3e1328a80e218111d2
+ uses: snyk/actions/python@ae57bdf611f027808b07a5dc3baa99fb34e69854
20
continue-on-error: true # To make sure that SARIF upload gets called
21
env:
22
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments