Skip to content

Commit 4ca5e65

Browse files
authored
Update code-scans.yaml
1 parent 6412795 commit 4ca5e65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/code-scans.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
EOF
8888
shell: bash
8989
- name: Run Bandit scan
90-
run: bandit -r . -ll -iii -f html -o bandit-report.html
90+
run: |
91+
bandit -r . -ll -iii -f screen
92+
bandit -r . -ll -iii -f html -o bandit-report.html
9193
- name: Upload Bandit Report
9294
uses: actions/upload-artifact@v4
9395
with:

0 commit comments

Comments
 (0)