dafthack / gitleaks

Scan git repos for secrets using regex and entropy ๐Ÿ”‘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitleaks

Travis

Gitleaks is a SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos. Gitleaks aims to be the easy-to-use, all-in-one solution for finding secrets, past or present, in your code.

Features:

  • Scans for commited secrets
  • Scans for uncommitted secrets as part of shifting security left
  • Available Github Action
  • Gitlab and Github API support which allows scans of whole organizations, users, and pull/merge requests
  • Custom rules via toml configuration
  • High performance using go-git
  • JSON and CSV reporting
  • Private repo scans using key or password based authentication

Installation, Documentation and Examples

This project is documented here

Sponsors โค๏ธ

Corporate Sponsors

gammanet

Gamma proactively detects and remediates data leaks across cloud apps. Scan your public repos for secret leaks with Gamma

Individual Sponsors

These users are sponsors of gitleaks:

Adam Shannon Granville Schmidt

Logo Attribution

The Gitleaks logo uses the Git Logo created Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

About

Scan git repos for secrets using regex and entropy ๐Ÿ”‘

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 2.0%Language:Python 0.8%Language:Dockerfile 0.6%