Skip to content

Commit 82fd477

Browse files
author
remiflavien1
committed
add Dockerfile to redhawk scanner
1 parent 2c6cea9 commit 82fd477

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM php:7.4-cli
2+
RUN apt-get update && apt-get install -y git
3+
RUN git clone https://github.com/Tuhinshubhra/RED_HAWK && cp -r RED_HAWK /usr/src/redhawk
4+
WORKDIR /usr/src/redhawk
5+
CMD [ "php", "./rhawk.php", "<<<","$'fix'" ]
6+
CMD [ "php", "./rhawk.php", "<<<","$'update'" ]
7+
CMD [ "php", "./rhawk.php" ]

0 commit comments

Comments
 (0)