summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-04-28 07:46:57 -0700
committerEric Brown <browne@vmware.com>2016-07-08 22:39:55 +0000
commit79532ea599cd0226e7176c6c7d59e04ee3b1a8ff (patch)
tree3ae776533e3af4f3b5873d5e8c06447153349088 /test-requirements.txt
parent7207ffaf616db90e1efe2bb7e4184b6d90ed007b (diff)
downloadglance_store-79532ea599cd0226e7176c6c7d59e04ee3b1a8ff.tar.gz
Add bandit to pep8 and bandit testenv0.14.0
This patch adds bandit security linter to tox jobs. It ignores files in the 'tests' directory. This patch will also fix or exclude any issues as a result from scan. Change-Id: I9caa41f596a17a8b961a542d4bc6bb121e7a147f
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 0633897..b45ee6f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,6 +17,7 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.7.0 # Apache-2.0
+bandit>=1.0.1 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD