Sign inSign up

pensivesecurity/badsecrets

By pensivesecurity

•Updated about 3 years ago

Dockerized version of https://github.com/blacklanternsecurity/badsecrets

Image
0

395

pensivesecurity/badsecrets repository overview

⁠Background

This is a dockerized version of https://github.com/blacklanternsecurity/badsecrets⁠.

⁠Run

docker run pensivesecurity/badsecrets -h

⁠Dockerfile

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 .

Tag summary

Content type

Image

Digest

sha256:564de4b3b…

Size

404.3 MB

Last updated

about 3 years ago

docker pull pensivesecurity/badsecrets