mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-09 18:37:55 +00:00
14 lines
361 B
YAML
14 lines
361 B
YAML
---
|
|
# Configuration file for the Bandit python security scanner
|
|
# https://bandit.readthedocs.io/en/latest/config.html
|
|
|
|
# Tests are first included by `tests`, and then excluded by `skips`.
|
|
# If `tests` is empty, all tests are are considered included.
|
|
|
|
tests:
|
|
# - B101
|
|
# - B102
|
|
|
|
skips:
|
|
# - B101 # skip "assert used" check since assertions are required in pytests
|