mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-13 20:37:54 +00:00
13 lines
359 B
YAML
13 lines
359 B
YAML
|
# 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
|