summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-11-30 11:30:17 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-11-30 11:30:17 +0800
commit839b34080b000f57c503020accdb17404707374c (patch)
treee82356a0e67c493b23ec7ec43ba1736ae8de5153 /test-requirements.txt
parenta9931f3708e86983ae906d0060b111bc41d95e58 (diff)
downloadoslo-policy-839b34080b000f57c503020accdb17404707374c.tar.gz
add bandit to pep8 job
Add the bandit security scanner to the pep8 job. Change-Id: I3cf1630c8d69515700e98a9274f42aa3f3b05303
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 1c51d1a..95c8c71 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,3 +13,6 @@ openstackdocstheme>=1.17.0 # Apache-2.0
sphinx>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0
+
+# Bandit security code scanner
+bandit>=1.1.0 # Apache-2.0