1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-13 20:37:54 +00:00
log4j-affected-db/.bandit.yml

13 lines
359 B
YAML
Raw Normal View History

# Configuration file for the Bandit python security scanner
# https://bandit.readthedocs.io/en/latest/config.html
# Test 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