Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Type Update Change
zricethezav/gitleaks repository minor v8.21.1 -> v8.23.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 (zricethezav/gitleaks)

v8.23.3

Compare Source

Changelog

v8.23.2

Compare Source

Changelog

v8.23.1

Compare Source

Changelog

v8.23.0

Compare Source

Changelog

READ THIS!!! The default gitleaks config now uses [[rules.allowlists]]

### ⚠️ In v8.21.0 `[rules.allowlist]` was replaced with `[[rules.allowlists]]`.
### This change was backwards-compatible: instances of `[rules.allowlist]` still  work.
    #

### You can define multiple allowlists for a rule to reduce false positives.
### A finding will be ignored if _ANY_ `[[rules.allowlists]]` matches.
    [[rules.allowlists]]
    description = "ignore commit A"

### When multiple criteria are defined the default condition is "OR".
### e.g., this can match on |commits| OR |paths| OR |stopwords|.
    condition = "OR"
    commits = [ "commit-A", "commit-B"]
    paths = [
      '''go\.mod''',
      '''go\.sum'''
    ]

### note: stopwords targets the extracted secret, not the entire regex match
### like 'regexes' does. (stopwords introduced in 8.8.0)
    stopwords = [
      '''client''',
      '''endpoint''',
    ]

    [[rules.allowlists]]

### The "AND" condition can be used to make sure all criteria match.
### e.g., this matches if |regexes| AND |paths| are satisfied.
    condition = "AND"

### note: |regexes| defaults to check the _Secret_ in the finding.
### Acceptable values for |regexTarget| are "secret" (default), "match", and "line".
    regexTarget = "match"
    regexes = [ '''(?i)parseur[il]''' ]
    paths = [ '''package-lock\.json''' ]

v8.22.1

Compare Source

Changelog

v8.22.0

Compare Source

Changelog


This bumps the gitleaks binary size from around 8.5MB to 15MB but yields 2-4x speedup. Worth it imo. If you feel strongly against this change feel free to open an issue where we can discuss the tradeoffs in more depth. Credit to @​ahrav

v8.21.4

Compare Source

Changelog

v8.21.3

Compare Source

Changelog

v8.21.2

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type/patch label Nov 2, 2024
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from ce9880c to 6b831a6 Compare December 19, 2024 23:14
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.21.2 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.21.3 Dec 19, 2024
@renovate renovate bot added the type/minor label Dec 20, 2024
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from 6b831a6 to 356bc59 Compare December 20, 2024 17:26
@renovate renovate bot removed the type/patch label Dec 20, 2024
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.21.3 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.22.0 Dec 20, 2024
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.22.0 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.22.1 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from 356bc59 to ffd5a74 Compare December 30, 2024 20:21
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.22.1 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from ffd5a74 to 27d4bb5 Compare January 13, 2025 18:12
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.0 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.1 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from 27d4bb5 to 7f8aecf Compare January 15, 2025 15:05
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from 7f8aecf to 81920a4 Compare January 24, 2025 17:50
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.1 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.2 Jan 24, 2025
| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | zricethezav/gitleaks | v8.21.1 | v8.23.3 |
@renovate renovate bot force-pushed the renovate/zricethezav-gitleaks-8.x branch from 81920a4 to 39f05d7 Compare January 29, 2025 18:17
@renovate renovate bot changed the title chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.2 chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.3 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants