Exclude tests and venv
Some checks failed
Bandit / audit-runtime-security (3.11) (pull_request) Successful in 10m3s
Flake8 / audit (3.11) (pull_request) Successful in 9m56s
Mypy / audit-typing (3.11) (pull_request) Failing after 6m13s
pip-audit / audit-dependency-security (3.11) (pull_request) Successful in 11m10s
Pylint / audit-runtime-security (3.11) (pull_request) Failing after 5m56s
Python Coverage / test-and-coverage (3.11) (pull_request) Failing after 5m37s

This commit is contained in:
2026-03-15 15:03:13 +01:00
parent 592d0ccbfb
commit 45c55a4ddf

View File

@ -33,4 +33,4 @@ jobs:
- name: Analyse code with Bandit
run: |
bandit -r .
bandit -x '**/test_*.py,./.venv/**' -r .