From c4f3af96c4d45ee24fe055a52f6452d1c8a34121 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 31 Mar 2024 09:45:04 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [2.5.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.1...2.5.0) (2024-03-31) ### Features * **verbose:** verbose is no longer the default ([4db5301](https://gitlab.com/to-be-continuous/gitleaks/commit/4db5301a24cb7f7f87d040be3e3234d13b4b7754)), closes [#17](https://gitlab.com/to-be-continuous/gitleaks/issues/17) --- 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 eba38d5..e1170d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.1...2.5.0) (2024-03-31) + + +### Features + +* **verbose:** verbose is no longer the default ([4db5301](https://gitlab.com/to-be-continuous/gitleaks/commit/4db5301a24cb7f7f87d040be3e3234d13b4b7754)), closes [#17](https://gitlab.com/to-be-continuous/gitleaks/issues/17) + ## [2.4.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.0...2.4.1) (2024-1-31) diff --git a/README.md b/README.md index d67f81c..f8202d4 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.4.1 + - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.5.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.4.1' + ref: '2.5.0' file: '/templates/gitlab-ci-gitleaks.yml' variables: diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index c8489eb..8f23dfd 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -222,7 +222,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.4.1"] + command: ["--service", "gitleaks", "2.5.0"] stage: test needs: [] variables: -- GitLab