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

chore(release): 2.9.0 [skip ci]

parent 440ecb47
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.9.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.8.0...2.9.0) (2025-11-25)


### Features

* detect gitlab platform on self-hosted ([35eb44c](https://gitlab.com/to-be-continuous/gitleaks/commit/35eb44c140d3917d8ce8d1066320f712265f8ab6))

# [2.8.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.7.3...2.8.0) (2025-08-12)


+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,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.8.0
  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.9.0
    # 2: set/override component inputs
    inputs:
      args: "--no-banner" # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/gitleaks'
    ref: '2.8.0'
    ref: '2.9.0'
    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.8.0"]
      command: ["--service", "gitleaks", "2.9.0"]
  stage: test
  needs: []
  variables: