Commit 438e4bf9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 68752116
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [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 −2
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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: