We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201f5f6 commit 83556acCopy full SHA for 83556ac
.github/workflows/python_test.yml
@@ -36,7 +36,7 @@ jobs:
36
poetry install --no-interaction --no-ansi
37
- name: Bandit Scan
38
run: |
39
- poetry run bandit libsast -r
+ poetry run bandit -ll libsast -r
40
- name: Unit test
41
42
poetry run pytest -v --cache-clear tests
0 commit comments