Skip to content

Commit

Permalink
Merge pull request #6 from edplato/gitdb-fix
Browse files Browse the repository at this point in the history
Update dockerfile per trufflehog issue 200
  • Loading branch information
edplato authored Feb 18, 2020
2 parents 4d634bd + 9ae1e35 commit 9265dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL "com.github.actions.description"="Scan repository for secrets with basic t
LABEL "com.github.actions.icon"="shield"
LABEL "com.github.actions.color"="yellow"

RUN pip install truffleHog
RUN pip install gitdb2==3.0.0 truffleHog==2.0.99
RUN apk --update add git less openssh && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*
Expand Down

0 comments on commit 9265dc0

Please sign in to comment.