We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31be5de commit 836d408Copy full SHA for 836d408
1 file changed
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Run Bandit security scan
60
run: |
61
bandit -r server.py -f json -o bandit-report.json || true
62
- bandit -r server.py -f screen
+ bandit -r server.py -f screen || true
63
64
- name: Upload Bandit report
65
uses: actions/upload-artifact@v4
0 commit comments