X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=84e1b14fc463bd56a75f031ec910da626b88ba5a;hb=9da2967e6c91d12359896ef3906c47e51d030959;hp=a4217bb8b4513905df261bbcd1a2c190b9aff8b4;hpb=8540eb59f7e7f8ff2043a8eaf7edfc255a60874a;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index a4217bb..84e1b14 100644 --- a/tox.ini +++ b/tox.ini @@ -50,10 +50,12 @@ commands = coverage xml flake8 --version flake8 ice_validator + bandit -c bandit.yaml -r . -x ./.tox/**,./venv-tox/** deps = --no-use-pep517 -rrequirements.txt - flake8==3.6.0 - coverage==4.5.1 + flake8 + coverage + bandit [flake8]