Skip to content

Commit

Permalink
switch from safety to pip-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Sep 3, 2024
1 parent 833a936 commit e941d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 safety pytest-cov bandit black
python -m pip install flake8 pip-audit pytest-cov bandit black
pip install -r tests/requirements.txt
- name: Check dependencies for known security vulnerabilities
run: safety check -r tests/requirements.txt
run: pip-audit -r tests/requirements.txt
- name: Check code for potential security vulnerabilities
run: bandit -r .
- name: Check code formatting
Expand Down

0 comments on commit e941d79

Please sign in to comment.