Skip to content

Commit 07eb92b

Browse files
committed
Update Bandit scan
1 parent 5236b3f commit 07eb92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install Bandit
9090
run: |
9191
source .venv/bin/activate
92-
pip install bandit[toml, sarif]
92+
pip install bandit[sarif]
9393
9494
- name: Run Bandit Security Scan
9595
uses: PyCQA/bandit-action@v1

0 commit comments

Comments
 (0)