Skip to content

Commit af792bd

Browse files
authored
Update sonarqube.yml
Signed-off-by: David Osipov <[email protected]>
1 parent 2210913 commit af792bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Run Bandit
4848
if: matrix.tool == 'bandit'
49-
run: bandit -r . -o bandit_report.json --format json --exclude tests,.git
49+
run: bandit -r . -o bandit_report.json --format json --exclude tests,.git || true
5050

5151
- name: Run Ruff
5252
if: matrix.tool == 'ruff'

0 commit comments

Comments
 (0)