Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit cedad5c

Browse files
committed
chg: [ci] Bandit seems to have an exclude bug: PyCQA/bandit#693 and PyCQA/bandit#488
1 parent 8b33560 commit cedad5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pycqa-bandit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
pip install -r requirements.txt
2323
2424
- name: Run PyCQA Bandit
25-
run: bandit -r .
25+
run: bandit -r . -x ./test/,./venv/

0 commit comments

Comments
 (0)