Skip to content
Snippets Groups Projects
Commit 7906bdee authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent df104cc8
No related branches found
No related tags found
No related merge requests found
## [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) ## [2.2.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.1...2.2.2) (2023-08-16)
......
...@@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/gitleaks' - project: 'to-be-continuous/gitleaks'
ref: '2.2.2' ref: '2.2.3'
file: '/templates/gitlab-ci-gitleaks.yml' file: '/templates/gitlab-ci-gitleaks.yml'
``` ```
......
...@@ -227,7 +227,7 @@ gitleaks: ...@@ -227,7 +227,7 @@ gitleaks:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.2.2"] command: ["--service", "gitleaks", "2.2.3"]
stage: test stage: test
needs: [] needs: []
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment