Skip to content

Commit 54d1e39

Browse files
committed
add bandit
Signed-off-by: BAStos525 <[email protected]>
1 parent 5bcede4 commit 54d1e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-pytests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
pip install bandit
5050
bandit --format json --output bandit-report.json --recursive tests/
5151
- name: SonarQube
52+
if: always()
5253
uses: sonarsource/sonarqube-scan-action@master
5354
env:
5455
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)