From 9feead65cb24859f2b00d3dc4968d240486a6680 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 28 Dec 2018 20:30:34 +0900 Subject: [PATCH] Fix command line of bandit-baseline This is due to my mistake in https://review.openstack.org/#/c/596613/. Change-Id: I185c75f6102979636eacccd0fe546e25ccc00c19 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ca96c3ff0..13abdc5da7 100644 --- a/tox.ini +++ b/tox.ini @@ -172,6 +172,7 @@ commands = bandit -r horizon openstack_auth openstack_dashboard -n5 -x tests -ll [testenv:bandit-baseline] envdir = {toxworkdir}/bandit basepython = python3 +commands = bandit-baseline -r horizon openstack_auth openstack_dashboard -n5 -x tests -ii -ll [flake8] filename = *.py,django.wsgi @@ -198,7 +199,6 @@ application-import-names = horizon,openstack_dashboard [hacking] local-check-factory = horizon.hacking.checks.factory -commands = bandit-baseline -r horizon openstack_auth openstack_dashboard -n5 -x tests -ii -ll [doc8] # File extensions to check