Skip to content

Commit 81447f5

Browse files
committed
adding Dockerfile
1 parent f368af1 commit 81447f5

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 python:3-alpine
2+
RUN apk add --no-cache git && pip install trufflehog
3+
RUN adduser -S truffleHog
4+
USER truffleHog
5+
WORKDIR /proj
6+
ENTRYPOINT [ "trufflehog" ]
7+
CMD [ "-h" ]

0 commit comments

Comments
 (0)