gitleaks

Protect and discover secrets using Gitleaks 🔑

MIT License

Downloads
8.3K
Stars
17.1K
Committers
178

Bot releases are hidden (Show)

gitleaks - v1.21.0

Published by zricethezav almost 6 years ago

Features

  • added support for cloning repositories using github api (env var GITHUB_TOKEN)
  • auditing PRs now allow whitelisting files
gitleaks - v1.20.0

Published by zricethezav almost 6 years ago

Features

  • gitlab user and group support
gitleaks - v1.19.3

Published by zricethezav almost 6 years ago

Bug Fixes

  • memoizing root commit
  • only count commits (not commit + parent) for total commit number
gitleaks - v1.19.2

Published by zricethezav almost 6 years ago

Bug Fixes

  • fixed a bug where gitleaks was skipping the initial commit
  • commit cache now checks curr commit + parent commit hash
  • removed newlines from commit message
gitleaks - v1.19.1

Published by zricethezav almost 6 years ago

Bug Fixes

  • Re-adding default whitelists for files. Thanks @camaya
gitleaks - v1.19.0

Published by zricethezav almost 6 years ago

Features

  • removed --all-refs. By default gitleaks now scans all branches, remote and local.
  • added commit memoizer to prevent duplicate commit audits
  • removed branch whitelist
  • removed branch from report as a commit is an object independent of branch
  • Better regexes for facebook, github, twitter (no more unbounded wildcards)
gitleaks - v1.18.0

Published by zricethezav almost 6 years ago

Fixes

  • fixing slack token
  • defaulting to single thread process
  • --max-go= --> --threads=
  • guarding --threads= > max threads available (you aint gettin any more performance)
gitleaks - v1.17.0

Published by zricethezav almost 6 years ago

Features:

  • Default regex added to search: slack, telegram.
  • Default whitelisting: bin, doc, jpeg, gif
gitleaks - v1.16.1

Published by zricethezav almost 6 years ago

Bug Fixes

  • fixed bug default ssh auths
gitleaks - v1.16.0

Published by zricethezav almost 6 years ago

Features

  • Better commit coverage. Now iterates through each commit in git log and generates a patch with each commit's parent.
  • Removing the need for --private/-p option. Instead gitleaks will determine if the repo is private or not.
gitleaks - v1.15.0

Published by zricethezav almost 6 years ago

Features

  • Whitelist repos use regex now
  • Whitelist repo check before clone
gitleaks - v1.14.0

Published by zricethezav almost 6 years ago

Features

  • Added entropy ranges in gitleaks config. Ex:
[misc]
entropy = [
  "7.5-8.0",
  "3.3-3.4",
]
gitleaks - v1.13.0

Published by zricethezav almost 6 years ago

Features

  • Github PRs are now supported! You can audit PRs without having to clone an entire repo. Hook this into whatever CI process you have with
    docker run --rm --name=gitleaks -e GITHUB_TOKEN={your token} zricethezav/gitleaks --github-pr=https://github.com/owner/repo/pull/9000
gitleaks - v1.12.1

Published by zricethezav about 6 years ago

Features

  • Show program usage when no arguments are provided
  • Exit program after the -h or --help options are used
gitleaks - v1.12.0

Published by zricethezav about 6 years ago

Features

  • removing --csv option
  • --report option now requires .json or .csv in filename
  • adding total time to audit in logs
gitleaks - v1.11.1

Published by zricethezav about 6 years ago

Bug-fixes

  • whitelist logic fix
gitleaks - v1.11.0

Published by zricethezav about 6 years ago

Features

  • commit depth option --depth
  • commit stats output
gitleaks - v1.10.0

Published by zricethezav about 6 years ago

Features

  • added --entropy= option. Include shannon entropy checking when auditing. entropy scale 0-8.0.
gitleaks - v1.9.0

Published by zricethezav about 6 years ago

Features

  • exclude-forks option
gitleaks - v1.8.0

Published by zricethezav about 6 years ago

Features

  • whitelist repos
  • sample config option