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


### Bug Fixes

* Add TestSSL Scan ([34891f8](https://gitlab.com/to-be-continuous/defectdojo/commit/34891f81273f89475ba58d4796ddb9fcf3a7fb71))

## [2.0.6](https://gitlab.com/to-be-continuous/defectdojo/compare/2.0.5...2.0.6) (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.6'
    ref: '2.0.7'
    file: '/templates/gitlab-ci-defectdojo.yml'
```

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