summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2015-08-17 23:57:40 -0700
committerEric Brown <browne@vmware.com>2015-08-18 07:57:06 +0000
commit0a0e7e8bae76f0b54d1d8832ccabd7beb794f842 (patch)
tree1d40db94668dade80891a550decd7ce55b3e351a /tox.ini
parentcda87e7913c96ea9f12eefd7692e19fe66f67927 (diff)
downloadoslo-vmware-0a0e7e8bae76f0b54d1d8832ccabd7beb794f842.tar.gz
Update bandit.yaml to the latest
The existing bandit.yaml was based on 0.10.1 version of bandit. Commit I9504c44ac575b47b256496e833dd53a9dce113d2 adopts version 0.13.2 of bandit. As a result, the bandit.yaml needs to be synced with the standard version. Also, with the newest bandit, some #nosec tags can be removed. Change-Id: I503cd33d401b104aa502e7909f949c438a6248e6
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 58c5c13..403dc85 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ commands = pylint oslo
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -c bandit.yaml -r oslo_vmware -n 5 -ll
+commands = bandit -c bandit.yaml -r oslo_vmware -n 5
[testenv:docs]
commands = python setup.py build_sphinx