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 54d1e39 commit af64188
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 --recursive tests/
bandit --format json --output bandit-report.json
- name: SonarQube
if: always()
uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit af64188

Please sign in to comment.