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.
1 parent 36369d1 commit 2e8c001Copy full SHA for 2e8c001
.github/workflows/snyk-security.yml
@@ -52,6 +52,11 @@ jobs:
52
if [ -f Pipfile ]; then pip install pipenv && pipenv install --dev; fi
53
if [ -f pyproject.toml ]; then pip install poetry && poetry install; fi
54
55
+ - name: Set up Snyk
56
+ uses: snyk/actions/setup@9213221444c2dc9e8b2502c1e857c26d851e84a7
57
+ with:
58
+ snyk-version: latest
59
+
60
- name: Run Snyk to check for vulnerabilities
61
uses: snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
62
continue-on-error: true # To make sure that SARIF upload gets called
0 commit comments