Commit 1f31790b authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.3.0 [skip ci]

parent a9564bdc
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.3...2.3.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([37ccee8](https://gitlab.com/to-be-continuous/gitleaks/commit/37ccee878bf8f24374d6179a0716ca76e8935601))

## [2.2.3](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.2...2.2.3) (2023-10-16)


+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/gitleaks'
    ref: '2.2.3'
    ref: '2.3.0'
    file: '/templates/gitlab-ci-gitleaks.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ gitleaks:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitleaks", "2.2.3"]
      command: ["--service", "gitleaks", "2.3.0"]
  stage: test
  needs: []
  variables: