From 958e926c9e85d50e160bed57c5afc03b1c3ab1e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 16 Aug 2023 15:49:35 +0000 Subject: [PATCH] chore(release): 2.2.2 [skip ci] ## [2.2.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.1...2.2.2) (2023-08-16) ### Bug Fixes * **rules:** always use default config file ([91587a3](https://gitlab.com/to-be-continuous/gitleaks/commit/91587a3843fca87a87a20d4cf4319b39d5b0c871)) --- 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 1669638..f6b10a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.1...2.2.2) (2023-08-16) + + +### Bug Fixes + +* **rules:** always use default config file ([91587a3](https://gitlab.com/to-be-continuous/gitleaks/commit/91587a3843fca87a87a20d4cf4319b39d5b0c871)) + ## [2.2.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.0...2.2.1) (2023-08-04) diff --git a/README.md b/README.md index c80b2f9..4b6e54e 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.1' + ref: '2.2.2' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index c5b6234..260f510 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -219,7 +219,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.2.1"] + command: ["--service", "gitleaks", "2.2.2"] stage: test needs: [] variables: -- GitLab