Skip to content
Snippets Groups Projects
Commit 1f31790b authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.3.0 [skip ci]

parent a9564bdc
No related branches found
No related tags found
No related merge requests found
# [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) ## [2.2.3](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.2...2.2.3) (2023-10-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.3' ref: '2.3.0'
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.3"] command: ["--service", "gitleaks", "2.3.0"]
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