You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a custom secrets file, place the file "decryptionkeys.txt" in your current directory, then run
docker run -v $PWD:/tmp/ pensivesecurity/badsecrets -c /tmp/decryptionkeys.txt [rest_of_command]
The docker file is
FROM python:3
RUN python -m pip install badsecrets
ENTRYPOINT ["badsecrets"]
Please feel free to push an official container and add it to the installation instructions if you want. I figured I'd share this information in case it was helpful to anyone else.
The text was updated successfully, but these errors were encountered:
I had trouble getting this to run on my system with the dependencies, so I Dockerized it, and now it's working.
It's on Docker Hub: https://hub.docker.com/r/pensivesecurity/badsecrets
It can be run with
If you have a custom secrets file, place the file "decryptionkeys.txt" in your current directory, then run
The docker file is
Please feel free to push an official container and add it to the installation instructions if you want. I figured I'd share this information in case it was helpful to anyone else.
The text was updated successfully, but these errors were encountered: