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 54d1e39 commit af64188Copy full SHA for af64188
.github/workflows/pr-pytests.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run Bandit
48
run: |
49
pip install bandit
50
- bandit --format json --output bandit-report.json --recursive tests/
+ bandit --format json --output bandit-report.json
51
- name: SonarQube
52
if: always()
53
uses: sonarsource/sonarqube-scan-action@master
0 commit comments