diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8c66f2523180012b1fb5b5eaa4dcaaf3bd8c1a..17de9f98d63e5da0a5d1fc3e440d18de20d5bba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.1...1.2.2) (2021-10-07) + + +### Bug Fixes + +* use master or main for production env ([af9620f](https://gitlab.com/to-be-continuous/gitleaks/commit/af9620fb9716383ddb5005d42a9bf64a9f4be194)) + ## [1.2.1](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.0...1.2.1) (2021-09-03) ### Bug Fixes diff --git a/README.md b/README.md index 5233b2b3087bd45321dcf357fb5ebe14f151e268..3cd958883f4ee6dd9f90f14d086bf12651c48e30 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.2.1' + ref: '1.2.2' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index a7bfbde90e0e319351e288b997368c0e0875c431..852006d8254e66483b7f54de34fa5c4124d1ddad 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -187,7 +187,7 @@ stages: fi } - if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gitleaks "1.2.1"; fi + if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gitleaks "1.2.2"; fi unscope_variables # ENDSCRIPT @@ -199,7 +199,7 @@ gitleaks: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - command: ["--service", "gitleaks", "1.2.1"] + command: ["--service", "gitleaks", "1.2.2"] stage: test variables: GIT_DEPTH: 0