Skip to content

Commit a1d2172

Browse files
author
Gonzalo Diaz
committed
[Security] [python] CVE-2024-6345 | CWE-94 | SNYK-PYTHON-SETUPTOOLS-7448482
1 parent f2d7c14 commit a1d2172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2121
with:
22-
args: --sarif-file-output=snyk-code.sarif
22+
args: --print-deps --file=requirements.txt --command=python3 --sarif-file-output=snyk-code.sarif
2323
- name: Upload result to GitHub Code Scanning
2424
uses: github/codeql-action/upload-sarif@v3
2525
with:

0 commit comments

Comments
 (0)