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
8 lines
117 B
Docker
8 lines
117 B
Docker
FROM alpine:3.15
|
|
|
|
RUN apk add --no-cache git
|
|
WORKDIR /usr/bin/
|
|
COPY trufflehog .
|
|
|
|
ENTRYPOINT ["/usr/bin/trufflehog"]
|