Use bandit 1.7.1 to avoid Python version issues

The following error is appearing when the bandit playbook is used:
bandit requires Python '>=3.7' but the running Python is 3.6.9

This change specifies bandit 1.7.1 in the playbook, which is
compatible with Python 3.5+

Change-Id: I3b43ed6de3a90af49cfc7124fdee542831f73f40
This commit is contained in:
Stephen Taylor 2022-02-04 08:18:36 -07:00
parent 25d1eedc59
commit 4296b7d486

View File

@ -8,7 +8,7 @@
set -xe;
./tools/deployment/common/000-install-packages.sh
./tools/deployment/common/005-deploy-k8s.sh
sudo -H pip3 install yq bandit
sudo -H pip3 install yq bandit==1.7.1 setuptools
environment:
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
args: