Skip to content

Commit

Permalink
Fixing pip vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
nulzo committed Oct 27, 2023
1 parent 78d3bef commit 33161f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- working-directory:
- working-directory: ./backend
run: |
python -m pip install --upgrade pip
pip3 install poetry
poetry config virtualenvs.create false
poetry shell
poetry install
pip-audit .
pip-audit

0 comments on commit 33161f1

Please sign in to comment.