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
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:
@ -33,4 +33,4 @@ jobs:
|
||||
|
||||
- name: Analyse code with Bandit
|
||||
run: |
|
||||
bandit -r .
|
||||
bandit -x '**/test_*.py,./.venv/**' -r .
|
||||
|
||||
Reference in New Issue
Block a user