Skip to content

v1.13.0

Compare
Choose a tag to compare
@zricethezav zricethezav released this 20 Oct 22:55
· 825 commits to master since this release

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