Skip to content

Commit 3b17464

Browse files
fix: update Snyk workflow to use correct package manager and file path arguments
1 parent 30a6e0f commit 3b17464

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
106106
- name: Run Snyk security scan
107107
uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
108-
working-directory: packages/${{ matrix.package }}
109108
env:
110-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
109+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
110+
with:
111+
args: --file=packages/${{ matrix.package }}/requirements.txt --package-manager=pip

0 commit comments

Comments
 (0)