Disable B303 bandit test
Change-Id: I3e5cbfccac73e1f47859eed3d96c1acd1ac92093
This commit is contained in:
parent
08aacfcfda
commit
3eb134e4cb
3
tox.ini
3
tox.ini
@ -77,7 +77,8 @@ exclude=.venv,.git,.tox,dist,*egg,build
|
||||
|
||||
[bandit]
|
||||
commands =
|
||||
bandit -r monasca_persister -n5 -x monasca_persister/tests
|
||||
# B303 cassandra metrics repository uses SHA1 for metric_id
|
||||
bandit -r monasca_persister -n5 -s B303 -x monasca_persister/tests
|
||||
|
||||
[hacking]
|
||||
local-check-factory = monasca_persister.hacking.checks.factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user