Skip to content
Snippets Groups Projects
Commit c4f3af96 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 4db5301a
No related branches found
No related tags found
No related merge requests found
# [2.5.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.1...2.5.0) (2024-03-31)
### Features
* **verbose:** verbose is no longer the default ([4db5301](https://gitlab.com/to-be-continuous/gitleaks/commit/4db5301a24cb7f7f87d040be3e3234d13b4b7754)), closes [#17](https://gitlab.com/to-be-continuous/gitleaks/issues/17)
## [2.4.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.0...2.4.1) (2024-1-31)
......
......@@ -19,7 +19,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.1
- component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.5.0
# 2: set/override component inputs
inputs:
args: "--no-banner" # ⚠ this is only an example
......@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`:
include:
# 1: include the template
- project: 'to-be-continuous/gitleaks'
ref: '2.4.1'
ref: '2.5.0'
file: '/templates/gitlab-ci-gitleaks.yml'
variables:
......
......@@ -222,7 +222,7 @@ gitleaks:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.4.1"]
command: ["--service", "gitleaks", "2.5.0"]
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