Commit 0e6d944d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.9.2 [skip ci]

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

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([7bd7e996](https://gitlab.com/to-be-continuous/gitleaks/commit/7bd7e996833be39ad42158e4e9f4a84aee25d7bb))
parent 7bd7e996
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.9.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.9.1...2.9.2) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([7bd7e99](https://gitlab.com/to-be-continuous/gitleaks/commit/7bd7e996833be39ad42158e4e9f4a84aee25d7bb))

## [2.9.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.9.0...2.9.1) (2026-01-06)


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

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