Skip to content

Commit 83556ac

Browse files
committed
fix ci
1 parent 201f5f6 commit 83556ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
poetry install --no-interaction --no-ansi
3737
- name: Bandit Scan
3838
run: |
39-
poetry run bandit libsast -r
39+
poetry run bandit -ll libsast -r
4040
- name: Unit test
4141
run: |
4242
poetry run pytest -v --cache-clear tests

0 commit comments

Comments
 (0)