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 a021d16 + 1f397f6 commit 069714cCopy full SHA for 069714c
.github/workflows/snyk-security.yml
@@ -53,7 +53,7 @@ jobs:
53
if [ -f pyproject.toml ]; then pip install poetry && poetry install; fi
54
55
- name: Run Snyk to check for vulnerabilities
56
- uses: snyk/actions/python-3.10@4a528b5c534bb771b6e3772656a8e0e9dc902f8b
+ uses: snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
57
continue-on-error: true # To make sure that SARIF upload gets called
58
env:
59
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
0 commit comments