Skip to content

Commit

Permalink
added pip-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed May 20, 2024
1 parent d3b9c98 commit 9b99cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:
- name: Run Linting
run: |
pylint hooks/
- name: Check Vulnerabilities
run: |
pip-audit -r requirements.txt
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
pytest-cov~=4.1.0
pytest-cookies~=0.7.0
pylint~=3.0.2
pip-audit~=2.7.3

0 comments on commit 9b99cc3

Please sign in to comment.