summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-01-21 04:00:10 +0000
committerGerrit Code Review <review@openstack.org>2016-01-21 04:00:10 +0000
commitb0e0593c395ecfad94c13896f80b95a6b2ecf238 (patch)
tree05cbaf5f2d43a1409d0c2268a9a83a251c883641 /tox.ini
parentecb569dc544c0ef8b4b472b9564a230d6de192b6 (diff)
parent1200d7a24d23ff4ce7585d4391ac6976c486423c (diff)
downloadkeystonemiddleware-b0e0593c395ecfad94c13896f80b95a6b2ecf238.tar.gz
Merge "Bandit profile updates"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4a19019..1d1fc95 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ commands = oslo_debug_helper {posargs}
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -c bandit.yaml -r keystonemiddleware -n5 -p keystone_conservative
+commands = bandit -c bandit.yaml -r keystonemiddleware -n5 -p gate
[flake8]
# NOTE(lbragstad): Even though we aren't ignoring any hacking checks, we have