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

chore(release): 2.2.1 [skip ci]

parent 12699e71
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.2.0...2.2.1) (2023-08-04)


### Bug Fixes

* **report:** normalize Gitleaks report ([12699e7](https://gitlab.com/to-be-continuous/gitleaks/commit/12699e718a49dd0412dd3ad3abce58aead6552f8))

# [2.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.1...2.2.0) (2023-05-27)


+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.0'
    ref: '2.2.1'
    file: '/templates/gitlab-ci-gitleaks.yml'
```

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