This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/ci bionic universe" >>
79
79
&& rm -rf /var/lib/apt/lists/* \
80
80
&& pip3 install \
81
81
pylint \
82
- bandit
82
+ bandit==1.7.1
83
83
84
84
85
85
ENV DEBIAN_FRONTEND=noninteractive
@@ -98,6 +98,7 @@ RUN apt-get update && apt-get install -y -q \
98
98
&& rm -rf /var/lib/apt/lists/* \
99
99
&& pip3 install \
100
100
docutils==0.16 \
101
+ mistune==0.8.4 \
101
102
sphinx==2.0.1 \
102
103
sphinxcontrib-httpdomain \
103
104
sphinxcontrib-openapi \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN apt-get install -y -q \
26
26
python3-dev \
27
27
python3-pip \
28
28
&& pip3 install \
29
- bandit \
29
+ bandit==1.7.1 \
30
30
coverage --upgrade
31
31
32
32
ENV PATH=$PATH:/project/sawtooth-sdk-python/bin
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN apt-get install -y -q \
44
44
&& pip3 install \
45
45
pylint==2.6.2 \
46
46
pycodestyle \
47
- bandit \
47
+ bandit==1.7.1 \
48
48
coverage --upgrade
49
49
50
50
RUN apt-get install -y -q \
You can’t perform that action at this time.
0 commit comments