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)
......
......@@ -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'
```
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment