Commit f8affd09 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 9fa0e285
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [2.0.2](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.1...2.0.2) (2022-10-10)


### Bug Fixes

* use of $SONAR_AUTH_TOKEN ([d0fa5e8](https://gitlab.com/to-be-continuous/defectdojo/commit/d0fa5e80ef730b8548b0a64061b0bd123e32b4b5))
* use of $SONAR_AUTH_TOKEN ([16b69a2](https://gitlab.com/to-be-continuous/defectdojo/commit/16b69a2685cf1065640331ff6467d79fc53acf02))

## [2.0.1](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.0...2.0.1) (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.1'
    ref: '2.0.2'
    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.1" ]
      command: ["--service", "defectdojo", "2.0.2" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}