diff --git a/CHANGELOG.md b/CHANGELOG.md index 3caf3bca59b45474b0045539784cc2ded98b99a1..7f1480d0c7d6da1e0c7d2587923da669bbd90731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) diff --git a/README.md b/README.md index 4ae53c99260259b833d853b0a82c50d67a59eb84..50cfbe6652f50b16814c26f79b01da4ef2c7a964 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml index 255a95d686d9db3009c6bfd295441d72680adac3..8a18e5c4180f1fa83ab268304dfd14185a174f74 100644 --- a/templates/gitlab-ci-gitleaks.yml +++ b/templates/gitlab-ci-gitleaks.yml @@ -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: