From 67192cc447c0822a3526ccf53fb80bbbf490ad65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 27 Jan 2023 08:23:09 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.0...2.1.1) (2023-01-27) ### Bug Fixes * "Add registry name in all Docker images" ([47f16fd](https://gitlab.com/to-be-continuous/gitleaks/commit/47f16fd5eb3f71532b477fcb8a1ed1082cb8c31a)) --- 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 7f1480d..c7d5d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.0...2.1.1) (2023-01-27) + + +### Bug Fixes + +* "Add registry name in all Docker images" ([47f16fd](https://gitlab.com/to-be-continuous/gitleaks/commit/47f16fd5eb3f71532b477fcb8a1ed1082cb8c31a)) + # [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05) diff --git a/README.md b/README.md index d6c7139..4db5d74 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.0' + ref: '2.1.1' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index dc35215..c53d693 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -209,7 +209,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.1.0"] + command: ["--service", "gitleaks", "2.1.1"] stage: test needs: [] variables: -- GitLab