Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Type Update Change
gitleaks/gitleaks repository minor v8.22.1 -> v8.23.1

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

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 as a code owner January 14, 2025 08:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 14, 2025
@renovate renovate bot enabled auto-merge (squash) January 14, 2025 08:38
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from 64e4695 to 0d5c251 Compare January 14, 2025 15:38
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch 3 times, most recently from 3f8b188 to 18366f9 Compare January 15, 2025 02:35
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.95%. Comparing base (d5ef155) to head (ce329eb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3015   +/-   ##
=======================================
  Coverage   89.95%   89.95%           
=======================================
  Files         111      111           
  Lines       11453    11453           
  Branches       50       50           
=======================================
  Hits        10303    10303           
  Misses       1089     1089           
  Partials       61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch 4 times, most recently from 9e70cab to 590a895 Compare January 15, 2025 06:04
@renovate renovate bot changed the title Update pre-commit hook gitleaks/gitleaks to v8.23.0 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 590a895 to a6498b1 Compare January 15, 2025 14:17
| datasource  | package           | from    | to      |
| ----------- | ----------------- | ------- | ------- |
| github-tags | gitleaks/gitleaks | v8.22.1 | v8.23.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/gitleaks-gitleaks-8.x branch from a6498b1 to ce329eb Compare January 15, 2025 17:08
@renovate renovate bot merged commit 8ee807f into main Jan 15, 2025
40 checks passed
@renovate renovate bot deleted the renovate/gitleaks-gitleaks-8.x branch January 15, 2025 19:40
lucacome pushed a commit that referenced this pull request Jan 16, 2025
| datasource  | package           | from    | to      |
| ----------- | ----------------- | ------- | ------- |
| github-tags | gitleaks/gitleaks | v8.22.1 | v8.23.1 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants