Skip to content
Snippets Groups Projects
Commit fa525a3e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent bef6e94a
Branches
Tags 7.3.0
No related merge requests found
## [2.4.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.4.0...2.4.1) (2024-1-31)
### Bug Fixes
* remove install_ca_certs ([86464e6](https://gitlab.com/to-be-continuous/gitleaks/commit/86464e616d6b6db98df659af8ff90e9554bfdeb9))
# [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27) # [2.4.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.3.0...2.4.0) (2024-1-27)
......
...@@ -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.4.0 - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.4.1
# 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.4.0' ref: '2.4.1'
file: '/templates/gitlab-ci-gitleaks.yml' file: '/templates/gitlab-ci-gitleaks.yml'
variables: variables:
......
...@@ -231,7 +231,7 @@ gitleaks: ...@@ -231,7 +231,7 @@ gitleaks:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.4.0"] command: ["--service", "gitleaks", "2.4.1"]
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