Skip to content

Commit

Permalink
Trufflehog version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-loves-bugs authored Mar 18, 2023
1 parent 2c6e66f commit b575e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.trufflehog
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ RUN apk add --no-cache bash git wget openssh-client ca-certificates \
&& rm -rf /var/cache/apk/* && \
update-ca-certificates
RUN if [ $(uname -m) = "x86_64" ]; then \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.28.5/trufflehog_3.28.5_linux_amd64.tar.gz -O /tmp/trufflehog.tar.gz \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.29.1/trufflehog_3.29.1_linux_amd64.tar.gz -O /tmp/trufflehog.tar.gz \
; elif [ $(uname -m) = "aarch64" ]; then \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.28.5/trufflehog_3.28.5_linux_arm64.tar.gz -O /tmp/trufflehog.tar.gz \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.29.1/trufflehog_3.29.1_linux_arm64.tar.gz -O /tmp/trufflehog.tar.gz \
; else \
echo "Unsupported architecture" && exit 1 \
; fi \
Expand Down

0 comments on commit b575e9c

Please sign in to comment.