From 7213a0699d1f3e7c90b81cd28fc5acd9812ba73a Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 5 Oct 2022 05:58:38 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05) ### Features * trigger gitleaks jobs without any needs leveraging Gitlab CI DAG ([bbf166f](https://gitlab.com/to-be-continuous/gitleaks/commit/bbf166f47785df0bacb115f47e2cbf56330c8bce)) --- 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 3caf3bc..7f1480d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05) + + +### Features + +* trigger gitleaks jobs without any needs leveraging Gitlab CI DAG ([bbf166f](https://gitlab.com/to-be-continuous/gitleaks/commit/bbf166f47785df0bacb115f47e2cbf56330c8bce)) + # [2.0.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.3.0...2.0.0) (2022-08-05) diff --git a/README.md b/README.md index 4ae53c9..50cfbe6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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.0.0' + ref: '2.1.0' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index 255a95d..8a18e5c 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.0.0"] + command: ["--service", "gitleaks", "2.1.0"] stage: test needs: [] variables: -- GitLab