diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2017-11-30 11:22:06 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2017-11-30 11:22:06 +0800 |
commit | e6a09f3ce70fb0de919752a09a2fb210f797f1e1 (patch) | |
tree | 2f1b02f1a5f4f848ac53601506f72a978874bdf1 /test-requirements.txt | |
parent | 2bf92c647372d62f61649c1597c906abcc292bbd (diff) | |
download | oslo-middleware-e6a09f3ce70fb0de919752a09a2fb210f797f1e1.tar.gz |
add bandit to pep8 job
Add the bandit security scanner to the pep8 job.
Change-Id: Ib4707b55c190b117410212cef7f5afc789c91583
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 566b29b..d1bd9c5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,3 +12,5 @@ testtools>=2.2.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0 |