We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073e51e commit 30a6e0fCopy full SHA for 30a6e0f
.github/workflows/snyk.yml
@@ -105,7 +105,6 @@ jobs:
105
106
- name: Run Snyk security scan
107
uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
108
+ working-directory: packages/${{ matrix.package }}
109
env:
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
110
- with:
111
- args: --file=packages/${{ matrix.package }}/requirements.txt --package-manager=pip
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments