Skip to content

Commit

Permalink
setup snyk action for python
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Nov 23, 2024
1 parent 7b61deb commit cfd2625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --file=dev-requirements.txt --package-manager=pip --severity-threshold=high
args: --file=dev-requirements.txt --package-manager=pip --severity-threshold=high --skip-unresolved=true

0 comments on commit cfd2625

Please sign in to comment.