From b775afcff02deffab8d4125af906102916c6130f Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 4 Aug 2023 13:40:13 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.0...2.2.1) (2023-08-04) ### Bug Fixes * **report:** normalize Gitleaks report ([12699e7](https://gitlab.com/to-be-continuous/gitleaks/commit/12699e718a49dd0412dd3ad3abce58aead6552f8)) --- 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 93928aa..1669638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.0...2.2.1) (2023-08-04) + + +### Bug Fixes + +* **report:** normalize Gitleaks report ([12699e7](https://gitlab.com/to-be-continuous/gitleaks/commit/12699e718a49dd0412dd3ad3abce58aead6552f8)) + # [2.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.1...2.2.0) (2023-05-27) diff --git a/README.md b/README.md index afcb1de..c80b2f9 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.0' + ref: '2.2.1' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index abe2328..4c263f4 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.2.0"] + command: ["--service", "gitleaks", "2.2.1"] stage: test needs: [] variables: -- GitLab