glare/bandit.yaml
Pavlo Shchelokovskyy 9eb36a9013 Update bandit usage
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
2017-11-01 20:28:32 +02:00

7 lines
117 B
YAML

exclude_dirs:
- '/tests/'
skips:
- B104 # hardcoded_bind_all_interfaces
- B303 # md5
- B310 # urllib_urlopen