Commit 431bcd6e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent ba984a71
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.1](https://gitlab.com/to-be-continuous/defectdojo/compare/1.1.0...1.1.1) (2022-05-17)


### Bug Fixes

* remove SONAR_BRANCH_NAME ([f3bd1e6](https://gitlab.com/to-be-continuous/defectdojo/commit/f3bd1e6e4e75d0e50fc54b7ab21266a9a8ca0810))

# [1.1.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.4...1.1.0) (2022-05-01)


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

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