Skip to content

chore: bump https://github.com/gitleaks/gitleaks from v8.24.3 to 8.30.1#375

Merged
Aureliolo merged 1 commit intomainfrom
dependabot/pre_commit/https-/github.com/gitleaks/gitleaks-8.30.1
Mar 14, 2026
Merged

chore: bump https://github.com/gitleaks/gitleaks from v8.24.3 to 8.30.1#375
Aureliolo merged 1 commit intomainfrom
dependabot/pre_commit/https-/github.com/gitleaks/gitleaks-8.30.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps https://github.com/gitleaks/gitleaks from v8.24.3 to 8.30.1.

Release notes

Sourced from https://github.com/gitleaks/gitleaks's releases.

v8.30.0

Changelog

  • 6eaad03 0 to 5 - notes on recursive decoding (#1994)
  • 09242ce Add new Looker client ID and client secret rules (#1947)
  • c98e5e0 feat: add Airtable Personnal Access Token detection (#1952)
  • 4ed0ca4 build: upgrade Go & alpine version (#1989)

v8.29.1

Changelog

  • fb5d707 thats a paddlin
  • 50493db feat: document stdout report path (#1990)

v8.29.0

Changelog

  • ed65b65 Add trace log for skipped archive file when not enabled (#1961)
  • c5ccbb9 Respect contexts with timeouts (#1948)
  • 3821f30 Config min version (#1955)
  • d223718 fix(config): validate rules when [extend] is used (#1592)
  • 87d9629 feat: add Amazon Bedrock API key detection (#1935)
  • 228396b Add GitHub Sponsors section and Discord link
  • a82bc53 feat: improve regex to detect Sonar tokens with prefixes (#1931)

v8.28.0

Changelog

  • 4fb4382 cant count
  • b1c9c7e Composite rules (#1905)
  • 72977e4 feat: add Anthropic API key detection (#1910)
  • 7b02c98 fix(git): handle port (#1912)
  • 2a7bcff dont prematurely calculate fragment newlines (#1909)
  • bd79c3e feat(allowlist): promote optimizations (#1908)
  • 7fb4eda Fix: CVEs on go and go crypto (#1868)
  • a044b81 feat: add artifactory reference token and api key detection (#1906)
  • bf380d4 silly
  • f487f85 Update gitleaks.yml
  • 958f55a add just like that, no leaks

Optimizations

#1909 waits to find newlines until a match. This ends up saving a boat load of time since before we were finding newlines for every fragment regardless if a rule matched or not. #1908 promoted @​rgmz excellent stopword optimization

Composite Rules (Multi-part or required Rules) #1905

In v8.28.0 Gitleaks introduced composite rules, which are made up of a single "primary" rule and one or more auxiliary or required rules. To create a composite rule, add a [[rules.required]] table to the primary rule specifying an id and optionally withinLines and/or withinColumns proximity constraints. A fragment is a chunk of content that Gitleaks processes at once (typically a file, part of a file, or git diff), and proximity matching instructs the primary rule to only report a finding if the auxiliary required rules also find matches within the specified area of the fragment.

Proximity matching: Using the withinLines and withinColumns fields instructs the primary rule to only report a finding if the auxiliary required rules also find matches within the specified proximity. You can set:

  • withinLines: N - required findings must be within N lines (vertically)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [https://github.com/gitleaks/gitleaks](https://github.com/gitleaks/gitleaks) from v8.24.3 to 8.30.1.
- [Release notes](https://github.com/gitleaks/gitleaks/releases)
- [Commits](gitleaks/gitleaks@v8.24.3...v8.30.1)

---
updated-dependencies:
- dependency-name: https://github.com/gitleaks/gitleaks
  dependency-version: 8.30.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:chore Maintenance, cleanup, dependency updates label Mar 14, 2026
@dependabot dependabot bot requested a review from Aureliolo as a code owner March 14, 2026 09:38
@dependabot dependabot bot added the type:chore Maintenance, cleanup, dependency updates label Mar 14, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 14, 2026

PR author is in the excluded authors list.

@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog reviewed (7 releases: v8.25.0 through v8.30.1). All additive — new secret detection rules (Anthropic, Amazon Bedrock, Perplexity AI), performance optimizations, security fixes for Go dependencies. No breaking changes to CLI/config interface. Follow-up needed: update CI workflow GITLEAKS_VERSION from 8.24.3 to 8.30.0 (v8.30.1 has no binaries).

@Aureliolo Aureliolo merged commit a18e6ed into main Mar 14, 2026
16 checks passed
@Aureliolo Aureliolo deleted the dependabot/pre_commit/https-/github.com/gitleaks/gitleaks-8.30.1 branch March 14, 2026 10:01
Aureliolo added a commit that referenced this pull request Mar 14, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.1.4](v0.1.3...v0.1.4)
(2026-03-14)


### Features

* add approval workflow gates to TaskEngine
([#387](#387))
([2db968a](2db968a))
* implement checkpoint recovery strategy
([#367](#367))
([f886838](f886838))


### CI/CD

* add npm and pre-commit ecosystems to Dependabot
([#369](#369))
([54e5fe7](54e5fe7))
* bump actions/setup-node from 4.4.0 to 6.3.0
([#360](#360))
([2db5105](2db5105))
* bump github/codeql-action from 3.32.6 to 4.32.6
([#361](#361))
([ce766e8](ce766e8))
* group major dependabot bumps per ecosystem
([#388](#388))
([3c43aef](3c43aef))


### Maintenance

* bump @vitejs/plugin-vue from 5.2.4 to 6.0.5 in /web
([#382](#382))
([d7054ee](d7054ee))
* bump @vue/tsconfig from 0.7.0 to 0.9.0 in /web in the minor-and-patch
group across 1 directory
([#371](#371))
([64fa08b](64fa08b))
* bump astro from 5.18.1 to 6.0.4 in /site
([#376](#376))
([d349317](d349317))
* bump https://github.com/astral-sh/ruff-pre-commit from v0.15.5 to
0.15.6 ([#372](#372))
([dcacb2e](dcacb2e))
* bump https://github.com/gitleaks/gitleaks from v8.24.3 to 8.30.1
([#375](#375))
([a18e6ed](a18e6ed))
* bump https://github.com/hadolint/hadolint from v2.12.0 to 2.14.0
([#373](#373))
([47b906b](47b906b))
* bump https://github.com/pre-commit/pre-commit-hooks from v5.0.0 to
6.0.0 ([#374](#374))
([1926555](1926555))
* bump litellm from 1.82.1 to 1.82.2 in the minor-and-patch group
([#385](#385))
([fa4f7b7](fa4f7b7))
* bump node from 22-alpine to 25-alpine in /docker/web
([#359](#359))
([8d56cd3](8d56cd3))
* bump node from 22-slim to 25-slim in /docker/sandbox
([#358](#358))
([3de8748](3de8748))
* bump pinia from 2.3.1 to 3.0.4 in /web
([#381](#381))
([c78dcc2](c78dcc2))
* bump the major group across 1 directory with 9 updates
([#389](#389))
([9fa621b](9fa621b))
* bump the minor-and-patch group with 2 updates
([#362](#362))
([6ede2ce](6ede2ce))
* bump vue-router from 4.6.4 to 5.0.3 in /web
([#378](#378))
([6c60f6c](6c60f6c))
* expand review skills to 18 smart conditional agents
([#364](#364))
([494013f](494013f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:chore Maintenance, cleanup, dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant