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

Commit 4851bd3

Browse files
authored
Merge pull request #2417 from Cargill/rbb-1-3-pin-bandit
Pin bandit version
2 parents 39b22d0 + 75eb34f commit 4851bd3

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)