summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2015-10-26 11:01:11 +0100
committerCyril Roelandt <cyril@redhat.com>2015-10-26 18:11:15 +0100
commit2786a9ded35fdd427e22133abd050fc7bbebdcab (patch)
tree967fd0443ffe6cd2c6cf3086d80eeaa3c2dcfcc8 /test-requirements.txt
parent9e5fb5697d3f7259f01e3416af0582090d20859a (diff)
downloadoslo-messaging-2786a9ded35fdd427e22133abd050fc7bbebdcab.tar.gz
Add a "bandit" target to tox.ini
This will allow us to find potential security issues, such as those fixed by 52e624891fc500c8ab9f3f10ef45258ce740916a and c4a7ac0b653543e8a3ba10060cabdb114fb6672b . Change-Id: I21aa0ca79232784069e55da46920eb43250d8939
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 693f069..53d199c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -36,3 +36,6 @@ oslosphinx>=2.5.0 # Apache-2.0
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
# development libraries.
pyngus>=2.0.0 # Apache-2.0
+
+# Bandit security code scanner
+bandit>=0.13.2