Skip to content
Snippets Groups Projects
Commit df13296d authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 25ca53b1
No related branches found
No related tags found
No related merge requests found
# [1.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.5...1.3.0) (2022-05-01)
### Features
* configurable tracking image ([f6e71c9](https://gitlab.com/to-be-continuous/gitleaks/commit/f6e71c9e274588615a120aae08fdfdac6c251f02))
## [1.2.5](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.4...1.2.5) (2022-04-19)
......
......@@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/gitleaks'
ref: '1.2.5'
ref: '1.3.0'
file: '/templates/gitlab-ci-gitleaks.yml'
```
......
......@@ -192,7 +192,7 @@ gitleaks:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "1.2.5"]
command: ["--service", "gitleaks", "1.3.0"]
stage: test
variables:
GIT_DEPTH: 0
......
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