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 2210913 commit af792bdCopy full SHA for af792bd
.github/workflows/sonarqube.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Run Bandit
48
if: matrix.tool == 'bandit'
49
- run: bandit -r . -o bandit_report.json --format json --exclude tests,.git
+ run: bandit -r . -o bandit_report.json --format json --exclude tests,.git || true
50
51
- name: Run Ruff
52
if: matrix.tool == 'ruff'
0 commit comments