From 9b556ee924b395d81b1333ae1073e7a9683f0564 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 27 May 2023 15:50:24 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.1...2.2.0) (2023-05-27) ### Features * **workflow:** extend (skip ci) feature ([a4b454e](https://gitlab.com/to-be-continuous/gitleaks/commit/a4b454e27fb378b181b3051eb6d463c9b82a9323)) --- 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 c7d5d12..93928aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.1...2.2.0) (2023-05-27) + + +### Features + +* **workflow:** extend (skip ci) feature ([a4b454e](https://gitlab.com/to-be-continuous/gitleaks/commit/a4b454e27fb378b181b3051eb6d463c9b82a9323)) + ## [2.1.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.0...2.1.1) (2023-01-27) diff --git a/README.md b/README.md index 4db5d74..afcb1de 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.1.1' + ref: '2.2.0' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index 18d2a10..62d517c 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -223,7 +223,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.1.1"] + command: ["--service", "gitleaks", "2.2.0"] stage: test needs: [] variables: -- GitLab