Skip to content
Snippets Groups Projects
Commit f68b71ac authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.0 [skip ci]

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

### Features

* adaptive pipeline ([0b07845e](https://gitlab.com/to-be-continuous/gitleaks/commit/0b07845e0db777c77bd448ced1dacf03f16cd996))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent e98e6e34
No related branches found
No related tags found
No related merge requests found
# [2.0.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.3.0...2.0.0) (2022-08-05)
### Features
* adaptive pipeline ([0b07845](https://gitlab.com/to-be-continuous/gitleaks/commit/0b07845e0db777c77bd448ced1dacf03f16cd996))
### BREAKING CHANGES
* change default workflow from Branch pipeline to MR pipeline
# [1.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.5...1.3.0) (2022-05-01)
......
......@@ -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: '1.3.0'
ref: '2.0.0'
file: '/templates/gitlab-ci-gitleaks.yml'
```
......
......@@ -209,7 +209,7 @@ gitleaks:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "1.3.0"]
command: ["--service", "gitleaks", "2.0.0"]
stage: test
variables:
GIT_DEPTH: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment