projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a657b53
)
Ratchet bandit checking down to medium severity
author
Jeremy Stanley
<fungi@yuggoth.org>
Sun, 29 Dec 2019 12:23:44 +0000
(12:23 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Mon, 30 Dec 2019 15:08:16 +0000
(15:08 +0000)
Now that the last of the medium-severity risks have been eliminated,
adjust the bandit command line so that it will prevent addition of
any new instances.
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
391cfd7
..
ccf06a8
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-18,7
+18,7
@@
commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
[testenv:bandit]
deps = bandit
-commands = bandit -ll
l
-r mudpy -x mudpy/tests {posargs}
+commands = bandit -ll -r mudpy -x mudpy/tests {posargs}
usedevelop = False
[testenv:demo]