Skip to content

Commit

Permalink
Update Dockerfile.trufflehog
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-loves-bugs authored Jan 1, 2024
1 parent 2a7d665 commit f3d5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.trufflehog
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache bash git wget openssh-client ca-certificates \
RUN if [ $(uname -m) = "x86_64" ]; then \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.63.7/trufflehog_3.63.7_linux_amd64.tar.gz -O /tmp/trufflehog.tar.gz \
; elif [ $(uname -m) = "aarch64" ]; then \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.63.6/trufflehog_3.63.7_linux_arm64.tar.gz -O /tmp/trufflehog.tar.gz \
wget https://github.com/trufflesecurity/trufflehog/releases/download/v3.63.7/trufflehog_3.63.7_linux_arm64.tar.gz -O /tmp/trufflehog.tar.gz \
; else \
echo "Unsupported architecture" && exit 1 \
; fi \
Expand Down

0 comments on commit f3d5cbf

Please sign in to comment.