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 ghcr.io/gitleaks/gitleaks docker tag to v8.23.1 #72

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 20, 2024

This PR contains the following updates:

Package Type Update Change
ghcr.io/gitleaks/gitleaks stage minor v8.21.2 -> v8.23.1

Warning

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


Release Notes

gitleaks/gitleaks (ghcr.io/gitleaks/gitleaks)

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

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 added the renovate label Dec 20, 2024
@renovate renovate bot requested a review from declement as a code owner December 20, 2024 20:26
@renovate renovate bot changed the title chore(deps): update ghcr.io/gitleaks/gitleaks docker tag to v8.22.0 chore(deps): update ghcr.io/gitleaks/gitleaks docker tag to v8.22.1 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-gitleaks-gitleaks-8.x branch from fcca381 to 5f2bbbb Compare December 30, 2024 17:09
@renovate renovate bot changed the title chore(deps): update ghcr.io/gitleaks/gitleaks docker tag to v8.22.1 chore(deps): update ghcr.io/gitleaks/gitleaks docker tag to v8.23.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-gitleaks-gitleaks-8.x branch from 5f2bbbb to 362fa6e Compare January 13, 2025 18:43
@renovate renovate bot changed the title chore(deps): update ghcr.io/gitleaks/gitleaks docker tag to v8.23.0 chore(deps): update ghcr.io/gitleaks/gitleaks docker tag to v8.23.1 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-gitleaks-gitleaks-8.x branch from 362fa6e to ac6fb61 Compare January 15, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants