Merge "Fix bandit errors"

This commit is contained in:
Zuul 2019-05-13 16:35:24 +00:00 committed by Gerrit Code Review
commit 1eb7602d44
1 changed files with 2 additions and 2 deletions

View File

@ -74,12 +74,12 @@ commands =
yapf -dr {toxinidir}/armada {toxinidir}/setup.py
flake8 {posargs}
# Run security linter as part of the pep8 gate instead of a separate zuul job.
bandit -r armada -x armada/tests -n 5
bandit -r armada -n 5 -x armada/tests/*
[testenv:bandit]
basepython = python3
commands =
bandit -r armada -x armada/tests -n 5
bandit -r armada -n 5 -x armada/tests/*
[testenv:cover]
basepython = python3