From 1200d7a24d23ff4ce7585d4391ac6976c486423c Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 13 Jan 2016 11:47:37 -0600 Subject: Bandit profile updates We'd like to use the same "gate" profile for all OpenStack gate jobs, so the "keystone_conservative" job which we were running as part of the gate is change to "gate. The other profiles that aren't used as part of the gate are removed. Change-Id: I3dac68804bfa4930ac0dc6b4edeedd888577f3e5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.1