Skip to content

Commit 7e86cf2

Browse files
committed
Remove redundant Bandit install
1 parent 8f46df6 commit 7e86cf2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/security.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ jobs:
8686
source .venv/bin/activate
8787
pip install -e ".[dev]"
8888
89-
- name: Install Bandit
90-
run: |
91-
source .venv/bin/activate
92-
pip install bandit[toml]
93-
9489
- name: Run Bandit Security Scan
9590
uses: PyCQA/bandit-action@v1
9691
with:

0 commit comments

Comments
 (0)