Commit 54a1c39a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.10.0 [skip ci]

# [2.10.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.9.2...2.10.0) (2026-03-30)

### Bug Fixes

* also catch the custom betterlieks config file and improve README ([2b5a0eda](https://gitlab.com/to-be-continuous/gitleaks/commit/2b5a0eda5dc62985fba1a4496a30d9d868368c9e))

### Features

* add betterleaks support as better/faster alternative ([e32c1a8a](https://gitlab.com/to-be-continuous/gitleaks/commit/e32c1a8a89058024afbacdec8a2051aac6f94268))
parent f1c1bc73
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.10.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.9.2...2.10.0) (2026-03-30)


### Bug Fixes

* also catch the custom betterlieks config file and improve README ([2b5a0ed](https://gitlab.com/to-be-continuous/gitleaks/commit/2b5a0eda5dc62985fba1a4496a30d9d868368c9e))


### Features

* add betterleaks support as better/faster alternative ([e32c1a8](https://gitlab.com/to-be-continuous/gitleaks/commit/e32c1a8a89058024afbacdec8a2051aac6f94268))

## [2.9.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.9.1...2.9.2) (2026-03-29)


+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.9.2
  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.10.0
    # 2: set/override component inputs
    inputs:
      args: "--no-banner" # ⚠ this is only an example
@@ -31,7 +31,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/gitleaks'
    ref: '2.9.2'
    ref: '2.10.0'
    file: '/templates/gitlab-ci-gitleaks.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ gitleaks:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitleaks", "2.9.2"]
      command: ["--service", "gitleaks", "2.10.0"]
  stage: test
  needs: []
  variables: