Skip to content

Commit

Permalink
Install poetry for security checks (bandit).
Browse files Browse the repository at this point in the history
The security checks create a new actions space
and the poetry package isn't installed anymore.
  • Loading branch information
jstraw committed Dec 10, 2024
1 parent 0c3f6bd commit 875d366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
python-version: 3.13
- name: Run bandit
run: |
sudo apt install python3-poetry
poetry install --with=test
poetry run bandit -r puppetboard
tests:
Expand Down

0 comments on commit 875d366

Please sign in to comment.