Commit 7906bdee authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent df104cc8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.3](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.2...2.2.3) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([df104cc](https://gitlab.com/to-be-continuous/gitleaks/commit/df104cc850da4d256e933d40db2c692283dfe056))

## [2.2.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.1...2.2.2) (2023-08-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.2'
    ref: '2.2.3'
    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.2"]
      command: ["--service", "gitleaks", "2.2.3"]
  stage: test
  needs: []
  variables: