Add bandit target
This patch set adds bandit security static code scanning to valet. User can run ``tox -ebandit`` to perform the analysis. Change-Id: I37a979cefa8f02ffa5455d042e06a419063eb8e7
This commit is contained in:
parent
2ea460f044
commit
378b546899
@ -24,3 +24,6 @@ tempest>=14.0.0 # Apache-2.0
|
|||||||
|
|
||||||
# Functional tests.
|
# Functional tests.
|
||||||
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|
||||||
|
|
||||||
|
# Bandit security scanning
|
||||||
|
bandit>=1.1.0 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user