Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 375 Bytes

BP-GIT-LEAKS-STEP

Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos.

Setup

git submodule init
git submodule update
docker build -t ot/gitleaks:0.1 .