From 7a84979365e116a598ba6dd0a1c7a20f54acdf17 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 30 Nov 2017 11:18:40 +0800 Subject: add bandit to pep8 job Add the bandit security scanner to the pep8 job. Change-Id: I7b01e7edde84fb6c6860724c933b1dd70306c666 --- test-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index fb4628c..a5268be 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,3 +15,6 @@ testscenarios>=0.4 # Apache-2.0/BSD oslo.config>=4.6.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0 -- cgit v1.2.1