Commit f28ec678 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3e8fec4a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.6](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.5...2.0.6) (2023-03-07)


### Bug Fixes

* Resolve "Wrong if statement" ([e45b8dd](https://gitlab.com/to-be-continuous/defectdojo/commit/e45b8dd5f044d9e50bf0f971d9bb0ea0ea61f624))

## [2.0.5](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.4...2.0.5) (2023-03-07)


+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,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.5'
    ref: '2.0.6'
    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.5" ]
      command: ["--service", "defectdojo", "2.0.6" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}