From 1f31790b46fcf5d30078261bf04b681fa21c47e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 8 Dec 2023 14:17:40 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8) ### Features * use centralized tracking image (gitlab.com) ([37ccee8](https://gitlab.com/to-be-continuous/gitleaks/commit/37ccee878bf8f24374d6179a0716ca76e8935601)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-gitleaks.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb6941..a946ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8) + + +### Features + +* use centralized tracking image (gitlab.com) ([37ccee8](https://gitlab.com/to-be-continuous/gitleaks/commit/37ccee878bf8f24374d6179a0716ca76e8935601)) + ## [2.2.3](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.2...2.2.3) (2023-10-16) diff --git a/README.md b/README.md index 1365cf4..89d5aa8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/gitleaks' - ref: '2.2.3' + ref: '2.3.0' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index de9aba6..3937082 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -227,7 +227,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.2.3"] + command: ["--service", "gitleaks", "2.3.0"] stage: test needs: [] variables: -- GitLab