We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412795 commit 4ca5e65Copy full SHA for 4ca5e65
1 file changed
.github/workflows/code-scans.yaml
@@ -87,7 +87,9 @@ jobs:
87
EOF
88
shell: bash
89
- name: Run Bandit scan
90
- run: bandit -r . -ll -iii -f html -o bandit-report.html
+ run: |
91
+ bandit -r . -ll -iii -f screen
92
+ bandit -r . -ll -iii -f html -o bandit-report.html
93
- name: Upload Bandit Report
94
uses: actions/upload-artifact@v4
95
with:
0 commit comments