Skip to content

Commit 2e8c001

Browse files
authored
Update snyk-security.yml
Signed-off-by: David Osipov <[email protected]>
1 parent 36369d1 commit 2e8c001

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/snyk-security.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
if [ -f Pipfile ]; then pip install pipenv && pipenv install --dev; fi
5353
if [ -f pyproject.toml ]; then pip install poetry && poetry install; fi
5454
55+
- name: Set up Snyk
56+
uses: snyk/actions/setup@9213221444c2dc9e8b2502c1e857c26d851e84a7
57+
with:
58+
snyk-version: latest
59+
5560
- name: Run Snyk to check for vulnerabilities
5661
uses: snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
5762
continue-on-error: true # To make sure that SARIF upload gets called

0 commit comments

Comments
 (0)