bandit: Install baseline extra
Since bandit 1.7.7[1] we have to install the baseline extra to use
bandit-baseline.
[1] 22c75a8306
Change-Id: I3eda10d6dd5244c1075c576f24a5a024f7e50afd
This commit is contained in:
parent
5ca2d40829
commit
dd19dee752
2
tox.ini
2
tox.ini
@ -45,7 +45,7 @@ deps =
|
||||
{[testenv]deps}
|
||||
flake8-import-order==0.12 # LGPLv3
|
||||
pylint==2.6.0 # GPLv2
|
||||
bandit!=1.6.0,>=1.4.0 # Apache-2.0
|
||||
bandit[baseline]>=1.7.7 # Apache-2.0
|
||||
setenv =
|
||||
DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings
|
||||
commands =
|
||||
|
Loading…
x
Reference in New Issue
Block a user