Skip to content

Commit

Permalink
Adding pip-audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nulzo committed Oct 27, 2023
1 parent 352d5d4 commit 091a397
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run security scan
uses: actions/checkout@v3
uses: actions/setup-python@v3
- working-directory: ./backend
run: |
bandit -r .
Expand Down Expand Up @@ -62,6 +63,10 @@ jobs:
name: Pip Audit
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Checkout
uses: actions/checkout@v3
- working-directory: ./backend
Expand Down

0 comments on commit 091a397

Please sign in to comment.