diff --git a/CHANGELOG.md b/CHANGELOG.md index 561f04fa3d0a219c1b67e52c44a60d15864f781d..bc285815f87efa23501417139a2ee23311d8c5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.5...1.3.0) (2022-05-01) + + +### Features + +* configurable tracking image ([f6e71c9](https://gitlab.com/to-be-continuous/gitleaks/commit/f6e71c9e274588615a120aae08fdfdac6c251f02)) + ## [1.2.5](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.4...1.2.5) (2022-04-19) diff --git a/README.md b/README.md index 3a0ead1e725cfb072695e3f9b473c4f5defdc30f..f9d94a86f0354daa62be6fad5c877f9d37fd9d87 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.5' + ref: '1.3.0' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index b4ae879bfb35140de9e59ba3a253b471345053e3..e3810516e68c887ae8662b17ad2ea8dd15829a49 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -192,7 +192,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "1.2.5"] + command: ["--service", "gitleaks", "1.3.0"] stage: test variables: GIT_DEPTH: 0