diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6b10a8f30c0005b64e49e74483163c5c1bfcb43..959c3901b97e8d71b9c79c0385f8ceab5934f610 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.2.3](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.2...2.2.3) (2023-10-16)
+
+
+### Bug Fixes
+
+* declare all TBC stages ([df104cc](https://gitlab.com/to-be-continuous/gitleaks/commit/df104cc850da4d256e933d40db2c692283dfe056))
+
 ## [2.2.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.1...2.2.2) (2023-08-16)
 
 
diff --git a/README.md b/README.md
index 4b6e54e6e6fb9c9b935277f5ceaaf424efbcd344..d215b8c067b150d50b21a863b240990fc2086f8e 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.2'
+    ref: '2.2.3'
     file: '/templates/gitlab-ci-gitleaks.yml'
 ```
 
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 38c09302b910886847413d38e299d1df2b2c8a74..705b9ec9bb01a79627e54d5aad2ad69468492412 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.2"]
+      command: ["--service", "gitleaks", "2.2.3"]
   stage: test
   needs: []
   variables: