From 9fbaeedab1397e77b84014af807ed26fea07b134 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 4 Jun 2021 14:46:46 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://gitlab.com/Orange-OpenSource/tbc/gitleaks/compare/1.1.0...1.1.1) (2021-06-04) ### Bug Fixes * force clone full commits history in gitleaks complete analysis ([0b2c51e](https://gitlab.com/Orange-OpenSource/tbc/gitleaks/commit/0b2c51ef5d9cbb2794073939c2c18e9a457e5b66)) --- README.md | 2 +- templates/gitlab-ci-gitleaks.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edfff68..8ec1b95 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: 'Orange-OpenSource/tbc/gitleaks' - ref: '1.1.0' + ref: '1.1.1' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index 722cfec..9c14646 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -187,7 +187,7 @@ stages: fi } - if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.1.0"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.1.1"; fi unscope_variables # ENDSCRIPT @@ -199,7 +199,7 @@ gitleaks: entrypoint: [""] services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "gitleaks", "1.1.0"] + command: ["--service", "gitleaks", "1.1.1"] stage: test variables: GIT_DEPTH: 0 -- GitLab