Skip to content

Commit 1e4e491

Browse files
fix: update Snyk scan command to use python3 for package analysis
1 parent 3b17464 commit 1e4e491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
env:
109109
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
110110
with:
111-
args: --file=packages/${{ matrix.package }}/requirements.txt --package-manager=pip
111+
args: --file=packages/${{ matrix.package }}/requirements.txt --package-manager=pip --command=python3

0 commit comments

Comments
 (0)