Dockerized version of https://github.com/blacklanternsecurity/badsecrets
395
This is a dockerized version of https://github.com/blacklanternsecurity/badsecrets.
docker run pensivesecurity/badsecrets -h
If you're interested, here is the Dockerfile used to create this image.
FROM python:3
RUN python -m pip install badsecrets
ENTRYPOINT ["badsecrets"]
It was built for multiple architectures as well
docker buildx build --push --platform linux/amd64,linux/arm64 --tag pensivesecurity/badsecrets:latest .
Content type
Image
Digest
sha256:564de4b3b…
Size
404.3 MB
Last updated
about 3 years ago
docker pull pensivesecurity/badsecrets