aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-05-25 11:03:40 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-05-25 11:29:32 +0200
commitc659caccbf1f55db4e6e3cb31bf088ac57751e86 (patch)
treeab2f9a3bcf47543badb8e82538d8cce29ee9a414 /test-requirements.txt
parent12aa6e34ec1f388a40cb5a00826729f7c0d6f201 (diff)
Run bandit when verifying changes
It reports only MEDIUM issues or higher like nova [1]. It selects bandit 1.1.0 as defined in nova and neutron lower constraints [2]. [1] https://github.com/openstack/nova/blob/master/tox.ini#L221 [2] https://github.com/openstack/nova/blob/master/lower-constraints.txt#L8 Change-Id: I52524df867d99fae75798475c762a5f8253dacfa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0cfead31..bac66abe 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,3 +12,4 @@ yamllint
doc8 # Apache-2.0
bashate # Apache-2.0
ansible-lint
+bandit