Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 4, 2024
1 parent 201f5f6 commit 83556ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
poetry install --no-interaction --no-ansi
- name: Bandit Scan
run: |
poetry run bandit libsast -r
poetry run bandit -ll libsast -r
- name: Unit test
run: |
poetry run pytest -v --cache-clear tests
Expand Down

0 comments on commit 83556ac

Please sign in to comment.