From 438e4bf9880bfe96a51e6139bf95b5729551f7c9 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 27 Jan 2024 16:19:45 +0000
Subject: [PATCH] chore(release): 2.4.0 [skip ci]

# [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27)

### Features

* migrate to CI/CD component ([e15efce](https://gitlab.com/to-be-continuous/gitleaks/commit/e15efce410230f21d5e5eba052413996d832559d))
---
 CHANGELOG.md                     | 7 +++++++
 README.md                        | 4 ++--
 templates/gitlab-ci-gitleaks.yml | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a946ff3..bf5f2e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27)
+
+
+### Features
+
+* migrate to CI/CD component ([e15efce](https://gitlab.com/to-be-continuous/gitleaks/commit/e15efce410230f21d5e5eba052413996d832559d))
+
 # [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8)
 
 
diff --git a/README.md b/README.md
index b27e736..cb7ea14 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.3.0
+  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.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.3.0'
+    ref: '2.4.0'
     file: '/templates/gitlab-ci-gitleaks.yml'
 
 variables:
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index f3c6d99..0c64f58 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -249,7 +249,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gitleaks", "2.3.0"]
+      command: ["--service", "gitleaks", "2.4.0"]
   stage: test
   needs: []
   variables:
-- 
GitLab