Skip to content

Commit 55f9b5e

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/snyk-code.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
env:
2020
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2121
with:
22-
args: --sarif-file-output=snyk-code.sarif
22+
args: >
23+
--print-deps
24+
--file=requirements.txt
25+
--command=python3
26+
--sarif-file-output=snyk-code.sarif
2327
- name: Upload result to GitHub Code Scanning
2428
uses: github/codeql-action/upload-sarif@v3
2529
with:

0 commit comments

Comments
 (0)