Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos.
- Clone the code available at BP-GIT-LEAKS-STEP
- Build the docker image
git submodule init
git submodule update
docker build -t ot/gitleaks:0.1 .