Files
trufflehog/Dockerfile.goreleaser
Dustin Decker b85467e556
Dogfood / test (1.17.x, ubuntu-latest) (push) Waiting to run
Lint / lint (push) Waiting to run
Release / Release (push) Waiting to run
Snifftest / Run Snifftest (push) Waiting to run
Test / test (1.17.x, ubuntu-latest) (push) Waiting to run
Test / test-detectors (1.17.x, ubuntu-latest) (push) Waiting to run
Fix Dockerfile (#352)
2022-04-08 19:06:53 -07:00

8 lines
117 B
Docker

FROM alpine:3.15
RUN apk add --no-cache git
WORKDIR /usr/bin/
COPY trufflehog .
ENTRYPOINT ["/usr/bin/trufflehog"]