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 f2d7c14 + 909954d commit 7a47200Copy full SHA for 7a47200
.github/workflows/snyk-code.yml
@@ -19,7 +19,11 @@ jobs:
19
env:
20
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21
with:
22
- args: --sarif-file-output=snyk-code.sarif
+ args: >
23
+ --print-deps
24
+ --file=requirements.txt
25
+ --command=python3
26
+ --sarif-file-output=snyk-code.sarif
27
- name: Upload result to GitHub Code Scanning
28
uses: github/codeql-action/upload-sarif@v3
29
requirements.txt
@@ -19,7 +19,6 @@ pylint==3.2.5
pyright==1.1.372
pytest==8.2.2
pytest-cov==5.0.0
-setuptools==71.0.4 # not directly required, pinned by Snyk to avoid a vulnerability
tomli==2.0.1
tomlkit==0.13.0
typing_extensions==4.12.2
0 commit comments