diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb6941437b3b80ce314dec41a1bb153fc1c0de4..a946ff397ee136c88e4b615b98b320f2c2e982aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8) + + +### Features + +* use centralized tracking image (gitlab.com) ([37ccee8](https://gitlab.com/to-be-continuous/gitleaks/commit/37ccee878bf8f24374d6179a0716ca76e8935601)) + ## [2.2.3](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.2...2.2.3) (2023-10-16) diff --git a/README.md b/README.md index 1365cf444f7e3d2a706b147a85385571678daa06..89d5aa8299d3c13dbdfb16ac4a154812907621ad 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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.2.3' + ref: '2.3.0' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index de9aba6e9ffd13dbc13f58e96d1ae6df3f667be5..39370821a67ea20d61fe19bd461953011d9aa9b3 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -227,7 +227,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.2.3"] + command: ["--service", "gitleaks", "2.3.0"] stage: test needs: [] variables: