Skip to content

Commit

Permalink
Adding pip-audit dependency check to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed Jun 4, 2024
1 parent 62c5d49 commit 710d090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
run: |
cd tests
poetry run pytest --disable-warnings
- name: Run pip-audit dependency check
run: |
poetry run pip-audit

0 comments on commit 710d090

Please sign in to comment.