Skip to content

Commit 30a6e0f

Browse files
fix: update Snyk workflow to use working-directory instead of args parameter
1 parent 073e51e commit 30a6e0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/snyk.yml

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

0 commit comments

Comments
 (0)