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

chore(release): 2.5.1 [skip ci]

## [2.5.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.5.0...2.5.1) (2024-03-31)

### Bug Fixes

* **verbose:** restore verbose by default as otherwise found secrets aren't printed in the console ([367a84ce](https://gitlab.com/to-be-continuous/gitleaks/commit/367a84ce6548f0c529e7b555ca16a821474c3472))
parent 367a84ce
No related branches found
No related tags found
No related merge requests found
Pipeline #151827 skipped
## [2.5.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.5.0...2.5.1) (2024-03-31)
### Bug Fixes
* **verbose:** restore verbose by default as otherwise found secrets aren't printed in the console ([367a84c](https://gitlab.com/to-be-continuous/gitleaks/commit/367a84ce6548f0c529e7b555ca16a821474c3472))
# [2.5.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.1...2.5.0) (2024-03-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.5.0
- component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.5.1
# 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.5.0'
ref: '2.5.1'
file: '/templates/gitlab-ci-gitleaks.yml'
variables:
......
......@@ -222,7 +222,7 @@ gitleaks:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.5.0"]
command: ["--service", "gitleaks", "2.5.1"]
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