9eb36a9013
This patch replaces explicit list of bandit tests to run with a list of bandit tests to skip (only 3 are skipped). It also replaces legacy-formatted bandit.yaml with what current bandit version expects, and improves the 'bandit' tox target somewhat. Change-Id: If1c7be8377b92dac2e47bfcfd6de2847ace31c32
7 lines
117 B
YAML
7 lines
117 B
YAML
exclude_dirs:
|
|
- '/tests/'
|
|
skips:
|
|
- B104 # hardcoded_bind_all_interfaces
|
|
- B303 # md5
|
|
- B310 # urllib_urlopen
|