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

chore(release): 2.1.1 [skip ci]

parent 82fdae21
No related branches found
No related tags found
No related merge requests found
## [2.1.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.0...2.1.1) (2023-01-27)
### Bug Fixes
* "Add registry name in all Docker images" ([47f16fd](https://gitlab.com/to-be-continuous/gitleaks/commit/47f16fd5eb3f71532b477fcb8a1ed1082cb8c31a))
# [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05) # [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05)
......
...@@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/gitleaks' - project: 'to-be-continuous/gitleaks'
ref: '2.1.0' ref: '2.1.1'
file: '/templates/gitlab-ci-gitleaks.yml' file: '/templates/gitlab-ci-gitleaks.yml'
``` ```
......
...@@ -209,7 +209,7 @@ gitleaks: ...@@ -209,7 +209,7 @@ gitleaks:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "2.1.0"] command: ["--service", "gitleaks", "2.1.1"]
stage: test stage: test
needs: [] needs: []
variables: variables:
......
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