Skip to content
Snippets Groups Projects
Commit 438e4bf9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 68752116
No related branches found
No related tags found
No related merge requests found
# [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27)
### Features
* migrate to CI/CD component ([e15efce](https://gitlab.com/to-be-continuous/gitleaks/commit/e15efce410230f21d5e5eba052413996d832559d))
# [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8)
......
......@@ -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.3.0
- component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.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.3.0'
ref: '2.4.0'
file: '/templates/gitlab-ci-gitleaks.yml'
variables:
......
......@@ -249,7 +249,7 @@ gitleaks:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.3.0"]
command: ["--service", "gitleaks", "2.4.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