Commit df13296d authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 25ca53b1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.5...1.3.0) (2022-05-01)


### Features

* configurable tracking image ([f6e71c9](https://gitlab.com/to-be-continuous/gitleaks/commit/f6e71c9e274588615a120aae08fdfdac6c251f02))

## [1.2.5](https://gitlab.com/to-be-continuous/gitleaks/compare/1.2.4...1.2.5) (2022-04-19)


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

+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ gitleaks:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitleaks", "1.2.5"]
      command: ["--service", "gitleaks", "1.3.0"]
  stage: test
  variables:
    GIT_DEPTH: 0