Commit 34c8af26 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.3 [skip ci]

parent 019b642f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.3](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.2...2.0.3) (2022-12-13)


### Bug Fixes

* globbing not supported in report paths ([c2160c9](https://gitlab.com/to-be-continuous/defectdojo/commit/c2160c958e411061a8ad0e72197af20c123a0e92))

## [2.0.2](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.1...2.0.2) (2022-10-10)


+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: '2.0.2'
    ref: '2.0.3'
    file: 'templates/gitlab-ci-defectdojo.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.0.2" ]
      command: ["--service", "defectdojo", "2.0.3" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}