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 gitleaks/gitleaks to v8.23.3 #326

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2024

This PR contains the following updates:

Package Type Update Change
gitleaks/gitleaks repository minor v8.21.2 -> v8.23.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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

gitleaks/gitleaks (gitleaks/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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

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


  • 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 requested a review from a team December 19, 2024 22:02
@renovate renovate bot changed the title chore(deps): update pre-commit hook gitleaks/gitleaks to v8.21.3 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.22.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from 498dfa7 to 91113d4 Compare December 20, 2024 19:44
@renovate renovate bot changed the title chore(deps): update pre-commit hook gitleaks/gitleaks to v8.22.0 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.22.1 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from 91113d4 to ac9f961 Compare December 30, 2024 19:20
@renovate renovate bot changed the title chore(deps): update pre-commit hook gitleaks/gitleaks to v8.22.1 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from ac9f961 to b90c0ef Compare January 13, 2025 15:41
@renovate renovate bot changed the title chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.0 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.1 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from b90c0ef to 0c9cde5 Compare January 15, 2025 19:01
@renovate renovate bot changed the title chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.1 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.2 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from 0c9cde5 to 8fa8f59 Compare January 24, 2025 15:35
| datasource  | package           | from    | to      |
| ----------- | ----------------- | ------- | ------- |
| github-tags | gitleaks/gitleaks | v8.21.2 | v8.23.3 |
@renovate renovate bot changed the title chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.2 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.23.3 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from 8fa8f59 to 4a02f6f Compare January 29, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants