Commit 3c53c549 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.2.0 [skip ci]

# [1.2.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.1.1...1.2.0) (2022-06-30)

### Bug Fixes

* add mail template ([ea32516d](https://gitlab.com/to-be-continuous/defectdojo/commit/ea32516d01bb7b89aea421df8143c7a11a034870))
* call the import_into_defectdojo function from the job instead of the script ([a27f610f](https://gitlab.com/to-be-continuous/defectdojo/commit/a27f610f527f9c2b841b3f84e15cf7fff7c4b340))
* check that DEFECTDOJO_SMTP_SERVER has a value ([a204325c](https://gitlab.com/to-be-continuous/defectdojo/commit/a204325ccd1c4068d82b612c3975395889e72cf4))
* check that SMTP var has a value ([f7e436d0](https://gitlab.com/to-be-continuous/defectdojo/commit/f7e436d04e9b10c29590436c458ddc95b11cd4e2))
* check that SMTP var is defined ([50d8f19c](https://gitlab.com/to-be-continuous/defectdojo/commit/50d8f19c38daf830bd82b7e8b9db4bb2c54d7538))
* DEFECTDOJO_SMTP_SERVER documentation and DEFECTDOJO_NOTIFICATION removal ([b3fe8f4b](https://gitlab.com/to-be-continuous/defectdojo/commit/b3fe8f4bdf313da41dc773a42c7d1330f0babee9))
* find Trivy reports that are not in the trivy directory ([5acf5f27](https://gitlab.com/to-be-continuous/defectdojo/commit/5acf5f27ce12eace1aa2d539fd92d51626a84fe3))
* **shellcheck:** simplify test ([8160409a](https://gitlab.com/to-be-continuous/defectdojo/commit/8160409a086864a995737f9e335726123a578da1))
* update line starts ([ad8bf9b3](https://gitlab.com/to-be-continuous/defectdojo/commit/ad8bf9b3020b80e8887dac5a75f496d0bc86af04))

### Features

* link each finding to the related component ([6eaa3a21](https://gitlab.com/to-be-continuous/defectdojo/commit/6eaa3a219dfae63dae2c4a3248b0e07750f98a13))
parent 8160409a
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.1.1...1.2.0) (2022-06-30)


### Bug Fixes

* add mail template ([ea32516](https://gitlab.com/to-be-continuous/defectdojo/commit/ea32516d01bb7b89aea421df8143c7a11a034870))
* call the import_into_defectdojo function from the job instead of the script ([a27f610](https://gitlab.com/to-be-continuous/defectdojo/commit/a27f610f527f9c2b841b3f84e15cf7fff7c4b340))
* check that DEFECTDOJO_SMTP_SERVER has a value ([a204325](https://gitlab.com/to-be-continuous/defectdojo/commit/a204325ccd1c4068d82b612c3975395889e72cf4))
* check that SMTP var has a value ([f7e436d](https://gitlab.com/to-be-continuous/defectdojo/commit/f7e436d04e9b10c29590436c458ddc95b11cd4e2))
* check that SMTP var is defined ([50d8f19](https://gitlab.com/to-be-continuous/defectdojo/commit/50d8f19c38daf830bd82b7e8b9db4bb2c54d7538))
* DEFECTDOJO_SMTP_SERVER documentation and DEFECTDOJO_NOTIFICATION removal ([b3fe8f4](https://gitlab.com/to-be-continuous/defectdojo/commit/b3fe8f4bdf313da41dc773a42c7d1330f0babee9))
* find Trivy reports that are not in the trivy directory ([5acf5f2](https://gitlab.com/to-be-continuous/defectdojo/commit/5acf5f27ce12eace1aa2d539fd92d51626a84fe3))
* **shellcheck:** simplify test ([8160409](https://gitlab.com/to-be-continuous/defectdojo/commit/8160409a086864a995737f9e335726123a578da1))
* update line starts ([ad8bf9b](https://gitlab.com/to-be-continuous/defectdojo/commit/ad8bf9b3020b80e8887dac5a75f496d0bc86af04))


### Features

* link each finding to the related component ([6eaa3a2](https://gitlab.com/to-be-continuous/defectdojo/commit/6eaa3a219dfae63dae2c4a3248b0e07750f98a13))

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


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

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