trufflehog/Dockerfile.goreleaser
Miccah 2c16880de4
Remove --from=builder and copy the binary from the local directory (#119)
Co-authored-by: Miccah Castorina <miccah.castorina@trufflesec.com>
2022-04-01 11:47:40 -07:00

4 lines
99 B
Docker

FROM alpine
RUN apk add git
COPY trufflehog /usr/bin/trufflehog
ENTRYPOINT ["/usr/bin/trufflehog"]