Bez popisu

zricethezav f27c0a62c9 typo před 8 roky
README.md d533d5a273 cleanup před 8 roky
checks.go 15d3d8e7de better naming před 8 roky
checks_test.go ec2fc9d6cb [update] entropy check před 8 roky
leaks.go f27c0a62c9 typo před 8 roky
main.go f27c0a62c9 typo před 8 roky
options.go 15d3d8e7de better naming před 8 roky

README.md

GitLeaks

Check git repos for secrets and keys

Features:
  • Search all commits on all branches in topological order
  • Regex/Entropy checks
Installing:
$ go get github.com/zricethezav/gitleaks
Usage and Explanation:
$ ./gitleaks {git url}

This will clone the target {git url} and run a diff on all commits. A report will be output to {repo_name}.json

TODO

  • Specify a target branch
  • Support for custom regex
  • Filter regex
  • Modify entropy cutoff