Skip to content

Commit

Permalink
Update vulnerabilities.yaml
Browse files Browse the repository at this point in the history
update pip-audit to 1.1.0 and replace requirements.txt to '.' now that pyproject.toml is being used
  • Loading branch information
bikegeek authored Jan 22, 2025
1 parent 3836601 commit b2b91eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
python -m venv env/
source env/bin/activate
python -m pip install .
- uses: pypa/gh-action-pip-audit@v1.0.5
- uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: requirements.txt
inputs: '.'
virtual-environment: env/
local: true
summary: true
Expand Down

0 comments on commit b2b91eb

Please sign in to comment.