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

chore(release): 2.11.0 [skip ci]

parent 8b554a13
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.11.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.10.0...2.11.0) (2026-06-03)


### Features

* TBC_DEFAULT for global dependencies ([b0e6f91](https://gitlab.com/to-be-continuous/gitleaks/commit/b0e6f91d1c36ff16ade324dc5b53326bbe29e30b))

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


+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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.11.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.10.0'
    ref: '2.11.0'
    file: '/templates/gitlab-ci-gitleaks.yml'

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