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

chore(release): 2.1.0 [skip ci]

# [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05)

### Features

* trigger gitleaks jobs without any needs leveraging Gitlab CI DAG ([bbf166f4](https://gitlab.com/to-be-continuous/gitleaks/commit/bbf166f47785df0bacb115f47e2cbf56330c8bce))
parent 80bffd9a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05)


### Features

* trigger gitleaks jobs without any needs leveraging Gitlab CI DAG ([bbf166f](https://gitlab.com/to-be-continuous/gitleaks/commit/bbf166f47785df0bacb115f47e2cbf56330c8bce))

# [2.0.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.3.0...2.0.0) (2022-08-05)


+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,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.0.0'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-gitleaks.yml'
```

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