aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-05-25 10:17:21 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-05-25 11:35:07 +0200
commitcbf6a1a7151d7db6b2a2c43b0fdc2dfc828659e7 (patch)
tree7578ddd6b0da1410315842c6ff58e0e33e911754 /test-requirements.txt
parentb7f4cd4e07e1e03dd57cf4e48ef87aef3ebd388b (diff)
Run bandit when verifying changes
It reports only MEDIUM issues or higher like nova [1] [1] https://github.com/openstack/nova/blob/master/tox.ini#L221 Change-Id: I1302b28ed1dcc4e074c6c6f2aa5e915c88eb03f4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 11669ed5216c94f3420969aa5b31e0687af33f18)
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 89434493..de2148a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,3 +9,4 @@ pylint==1.4.5 # GPLv2
yamllint
ansible-lint
bashate # Apache-2.0
+bandit