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) # [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`: ...@@ -19,7 +19,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 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 # 2: set/override component inputs
inputs: inputs:
args: "--no-banner" # ⚠ this is only an example args: "--no-banner" # ⚠ this is only an example
...@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/gitleaks' - project: 'to-be-continuous/gitleaks'
ref: '2.3.0' ref: '2.4.0'
file: '/templates/gitlab-ci-gitleaks.yml' file: '/templates/gitlab-ci-gitleaks.yml'
variables: variables:
......
...@@ -249,7 +249,7 @@ gitleaks: ...@@ -249,7 +249,7 @@ gitleaks:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.3.0"] command: ["--service", "gitleaks", "2.4.0"]
stage: test stage: test
needs: [] needs: []
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment