Skip to content

chore(deps): update pre-commit hook zricethezav/gitleaks to v8.15.3

Renovate Bot requested to merge renovate/zricethezav-gitleaks-8.x into main

This MR contains the following updates:

Package Type Update Change
zricethezav/gitleaks repository minor v8.8.6 -> v8.15.3

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

zricethezav/gitleaks

v8.15.3

Compare Source

Changelog

v8.15.2

Compare Source

Changelog

v8.15.1

Compare Source

Changelog

v8.15.0

Compare Source

Changelog

Thanks @​RickyGrassmuck @​sergiomarotco

--pipe

Try --pipe with anything...

git log -p | gitleaks detect --pipe
--follow-symlinks
gitleaks --source . --no-git --follow-symlinks 

v8.14.1

Compare Source

Changelog

  • c39e764 define log-opts, odd that this wasn't failing before... (#​1009)

v8.14.0

Compare Source

Changelog

Thanks to @​roma8389 @​michenriksen @​JoostVoskuil @​alexgit2k @​Becojo @​nnnkkk7 @​mojotx @​weineran 💪🏻

v8.13.0

Compare Source

Changelog

Thanks to @​maltemorgenstern @​b4bay @​durkinza @​akashchandwani @​very-doge-wow @​gawansch 👍🏻

v8.12.0

Compare Source

Changelog

Screen Shot 2022-09-04 at 9 13 54 AM

If this change causes outrage I can always add a --legacy-output option.

v8.11.2

Compare Source

Changelog

v8.11.1

Compare Source

Changelog

v8.11.0

Compare Source

Changelog

  • b6b7cfb bump gitdiff, add git.Err state, better log messages (#​954)

v8.10.3

Compare Source

Changelog

v8.10.2

Compare Source

Changelog

v8.10.1

Compare Source

Changelog

  • b8f236c Changed fingerprint to explicit concatenation of commit, file, rule-id, and start line (#​944)

v8.10.0

Compare Source

Changelog

v8.9.0

Compare Source

Changelog

Example partial base config demonstrating how you can extend configs:


### Title for the gitleaks configuration file.
title = "8.9.0 example  title"

### Extend the base (this) configuration. When you extend a configuration
### the base rules take precendence over the extended rules. I.e, if there are

### duplicate rules in both the base configuration and the extended configuration
### the base rules will override the extended rules.

### Another thing to know with extending configurations is you can chain together
### multiple configuration files to a depth of 2. Allowlist arrays are appended

### and can contain duplicates.
### useDefault and path can NOT be used at the same time. Choose one.
[extend]

### useDefault will extend the base configuration with the default gitleaks config:
### https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
useDefault = true

### or you can supply a path to a configuration. Path is relative to where gitleaks
### was invoked, not the location of the base config.
path = "common_config.toml"

### ... 
### rules, allowlists, etc

v8.8.12

Compare Source

Changelog

v8.8.11

Compare Source

Changelog

v8.8.10

Compare Source

Changelog

  • 05c165d Fixes accidental type typos while translating rules from validation spreadsheet, adds bittrex rule

v8.8.9

Compare Source

Changelog

This release adds 40 new rules and fixes some old rules including for the following providers:

  • coinbase
  • confluent
  • datadog
  • droneci
  • Etsy
  • flickr
  • finnhub
  • FreshBooks
  • Google (GCP API Key)
  • Gitter
  • Kraken
  • Kucoin
  • LaunchDarkly
  • Mattermost
  • Netlify
  • NYTimes
  • Plaid
  • RapidAPI
  • Sendbird
  • Sentry
  • Square
  • Squarespace
  • Sumo Logic
  • Twitter (fixed old rules)
  • Yandex

See full config: https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml. If you're looking to add some new rules check out the contributing guidelines here: https://github.com/zricethezav/gitleaks/blob/master/CONTRIBUTING.md

v8.8.8

Compare Source

Changelog

  • c14af5f maintain parity with recent changes... need to create rule contributing guidelines (#​891)
  • 06b1396 Fix duplicate TOML Rules and IDs (#​889)

v8.8.7

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports