Skip to content
Snippets Groups Projects
Commit 7020b163 authored by Hannah Short's avatar Hannah Short
Browse files

Changed rats source

parent 2552dda3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -145,7 +145,8 @@ RUN yum -y install pylint
# Install RATS
#
WORKDIR $basedir
RUN wget https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.4.tgz
#RUN wget https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.4.tgz
RUN wget http://fossies.org/linux/privat/rats-2.4.tgz
RUN tar -xzf rats-2.4.tgz
WORKDIR $basedir/rats-2.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment