Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.3](https://git-us-east1-c.ci-gateway.int.gprd.gitlab.net:8989/to-be-continuous/defectdojo/compare/1.0.2...1.0.3) (2022-03-15)


### Bug Fixes

* exclude merge request pipelines ([cb112f3](https://git-us-east1-c.ci-gateway.int.gprd.gitlab.net:8989/to-be-continuous/defectdojo/commit/cb112f3bf7f731cf985c6c93a3919590350f11d7))

## [1.0.2](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.1...1.0.2) (2022-03-11)


+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ In order to include this template in your project, add the following to your `.g

```yaml
  - project: 'to-be-continuous/defectdojo'
    ref: '1.0.2'
    ref: '1.0.3'
    file: 'templates/gitlab-ci-defectdojo.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "defectdojo", "1.0.2" ]
      command: ["--service", "defectdojo", "1.0.3" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}