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

chore(release): 2.6.0 [skip ci]

parent 79c3187a
Branches
Tags
No related merge requests found
Pipeline #157465 skipped
# [2.6.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.5.2...2.6.0) (2024-07-15)
### Features
* default gitleaks arguments to avoid secret exposure ([595fc7d](https://gitlab.com/to-be-continuous/gitleaks/commit/595fc7dfe42fd00c8c5dc6647779bed24955e0f4))
## [2.5.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.5.1...2.5.2) (2024-05-05)
......
......@@ -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.2
- component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.6.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.5.2'
ref: '2.6.0'
file: '/templates/gitlab-ci-gitleaks.yml'
variables:
......
......@@ -225,7 +225,7 @@ gitleaks:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.5.2"]
command: ["--service", "gitleaks", "2.6.0"]
stage: test
needs: []
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment