summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-02-01 15:10:08 -0800
committerEric Brown <browne@vmware.com>2016-02-01 15:10:08 -0800
commit1b602c721cb3cb0aca9f1142137825548152b973 (patch)
tree6d16fe7ca2704db367c565263f9f66524706e739 /tox.ini
parent1d26a15de6a17b60d6407490478b0afacffcec0c (diff)
downloadoslo-config-1b602c721cb3cb0aca9f1142137825548152b973.tar.gz
Removal of bandit.yaml
Newer versions of Bandit do not require a bandit.yaml. The copy of bandit.yaml included here was identical to the default ignoring some style differences. The future direction of Bandit is to have no need for a separate yaml. Everything will be command line driven. Change-Id: I9a31e478605ba07fd7602003566cbef2a12433f7
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 2ded3af..e1eec66 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ commands = python setup.py build_sphinx
[bandit]
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -c bandit.yaml -r oslo_config -n5 -p gate
+commands = bandit -r oslo_config -n5
[flake8]
show-source = True