Skip to content

Commit 252c46c

Browse files
committed
add bandit
Signed-off-by: BAStos525 <[email protected]>
1 parent af64188 commit 252c46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run Bandit
4848
run: |
4949
pip install bandit
50-
bandit --format json --output bandit-report.json
50+
bandit --format json --output bandit-report.json --recursive .
5151
- name: SonarQube
5252
if: always()
5353
uses: sonarsource/sonarqube-scan-action@master

0 commit comments

Comments
 (0)