Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Dec 20, 2024
1 parent a75c3f5 commit eb15448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV PATH=$PATH:/usr/local/go/bin
RUN gem install brakeman

# Clone the checkmate repository and install
RUN pip install --upgrade pip && pip install checkmate5
RUN pip install --upgrade pip && pip install checkmate5 && pip install aigraphcodescan

# Clone and install other repositories
RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan && \
Expand All @@ -59,7 +59,6 @@ RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan &&
# Set up additional tools
RUN cp /srv/betterscan/analyzers/find_unicode_control2.py /usr/local/bin/ && \
go install honnef.co/go/tools/cmd/staticcheck@latest && \
go install github.com/tcosolutions/ptpt@latest && \
cp /root/go/bin/staticcheck /usr/local/bin/staticcheck && \
curl https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash && \
curl https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | bash
Expand Down

0 comments on commit eb15448

Please sign in to comment.