From f68b71acfe57271cdc1392cc078d4ddde3d2eab7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 5 Aug 2022 08:39:36 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.3.0...2.0.0) (2022-08-05) ### Features * adaptive pipeline ([0b07845](https://gitlab.com/to-be-continuous/gitleaks/commit/0b07845e0db777c77bd448ced1dacf03f16cd996)) ### BREAKING CHANGES * change default workflow from Branch pipeline to MR pipeline --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- templates/gitlab-ci-gitleaks.yml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc28581..3caf3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.3.0...2.0.0) (2022-08-05) + + +### Features + +* adaptive pipeline ([0b07845](https://gitlab.com/to-be-continuous/gitleaks/commit/0b07845e0db777c77bd448ced1dacf03f16cd996)) + + +### BREAKING CHANGES + +* change default workflow from Branch pipeline to MR pipeline + # [1.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.5...1.3.0) (2022-05-01) diff --git a/README.md b/README.md index d8406f7..4ae53c9 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: '1.3.0' + ref: '2.0.0' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index 51822b4..11016ed 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", "1.3.0"] + command: ["--service", "gitleaks", "2.0.0"] stage: test variables: GIT_DEPTH: 0 -- GitLab