Skip to content

Instantly share code, notes, and snippets.

@pburkholder
Last active December 8, 2020 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pburkholder/5cd62152aa542b779e723021ea3c1da7 to your computer and use it in GitHub Desktop.
Save pburkholder/5cd62152aa542b779e723021ea3c1da7 to your computer and use it in GitHub Desktop.
gitleaks version rollback
brew unlink gitleaks

Save the formula to local file, e.g.

wget https://raw.githubusercontent.com/Homebrew/homebrew-core/43a0bf66f703e40e26f429725c5ff500b6da4e12/Formula/gitleaks.rb

Then install from the local formula:

brew install ./gitleaks.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment