Skip to content

Commit 8ae8e27

Browse files
cicd: update exclusion rule for tests folder
1 parent e2741a4 commit 8ae8e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Install Bandit
1414
run: pip install bandit
1515
- name: Run Bandit
16-
run: bandit -r . --exclude venv,.venv,.tox --skip B101
16+
run: bandit -r . --exclude venv,.venv,.tox,tests --skip B101

0 commit comments

Comments
 (0)