Skip to content

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

Stackspin-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.12 -> v8.9.0

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.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

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, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports