diff --git a/CHANGELOG.md b/CHANGELOG.md index 93928aab57c3e22fd12e7d4a4f0b8a17c63ec062..1669638fcfa697db58a17cd1bad7e33c23e7479e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.0...2.2.1) (2023-08-04) + + +### Bug Fixes + +* **report:** normalize Gitleaks report ([12699e7](https://gitlab.com/to-be-continuous/gitleaks/commit/12699e718a49dd0412dd3ad3abce58aead6552f8)) + # [2.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.1...2.2.0) (2023-05-27) diff --git a/README.md b/README.md index afcb1deb8b20279b3b7bd9a01335e900a81452ca..c80b2f99059ff096ae0f30b3ed5d36187ea1e884 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.0' + ref: '2.2.1' file: '/templates/gitlab-ci-gitleaks.yml' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index abe23281ff80bda6c284bf831f597936529874e5..4c263f4ebeefa4e61ac1f981ae8d903522df59cd 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -223,7 +223,7 @@ gitleaks: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "gitleaks", "2.2.0"] + command: ["--service", "gitleaks", "2.2.1"] stage: test needs: [] variables: