Added bandit for python.

This commit is contained in:
Andrew Hamilton 2016-10-25 22:48:20 +02:00
parent 2b351efe20
commit e97bb6ffb1
6 changed files with 59 additions and 2 deletions

View file

@ -10,3 +10,6 @@ sudo apt-get --yes install python3-minimal python3-pygments python3-pyinotify \
echo
echo "Install all the tools vigil may need..."
./install-tools
sudo apt-get --yes install python-pip python3-pip
pip install bandit==1.1.0
pip3 install bandit==1.1.0