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

chore(release): 2.7.2 [skip ci]

parent 7a0f26ea
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.7.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.7.1...2.7.2) (2025-06-13)


### Bug Fixes

* replace deprecated Docker Hub registry FQDN ([7a0f26e](https://gitlab.com/to-be-continuous/gitleaks/commit/7a0f26eaa33649b378f76b524df9a185e181dad5))

## [2.7.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.7.0...2.7.1) (2025-04-02)


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

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