Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 75eb34f

Browse files
committed
Pin bandit version
The 1.7.2 release of Bandit drops support for python 3.6, which is the latest available for ubuntu bionic. Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
1 parent 39b22d0 commit 75eb34f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/sawtooth-build-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic univers
8282
&& rm -rf /var/lib/apt/lists/* \
8383
&& pip3 install \
8484
pylint \
85-
bandit
85+
bandit==1.7.1
8686

8787

8888
ENV DEBIAN_FRONTEND=noninteractive

docker/bandit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get install -y -q \
2626
python3-dev \
2727
python3-pip \
2828
&& pip3 install \
29-
bandit \
29+
bandit==1.7.1 \
3030
coverage --upgrade
3131

3232
ENV PATH=$PATH:/project/sawtooth-core/bin

docker/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN apt-get install -y -q \
4646
&& pip3 install \
4747
pylint==2.6.2 \
4848
pycodestyle \
49-
bandit \
49+
bandit==1.7.1 \
5050
coverage --upgrade
5151

5252
RUN apt-get install -y -q \

0 commit comments

Comments
 (0)