Skip to content

Commit

Permalink
add bandit
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Nov 18, 2024
1 parent af64188 commit 252c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run Bandit
run: |
pip install bandit
bandit --format json --output bandit-report.json
bandit --format json --output bandit-report.json --recursive .
- name: SonarQube
if: always()
uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit 252c46c

Please sign in to comment.