Commit 95113d05 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.4 [skip ci]

## [1.0.4](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.3...1.0.4) (2022-04-02)

### Bug Fixes

* **nodejsscan:** use Node template version to be consistent with other tools' imports ([42c2a7e7](https://gitlab.com/to-be-continuous/defectdojo/commit/42c2a7e74851beaca4b6f63359e695025f6fd967))
parent ca2aa58f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.4](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.3...1.0.4) (2022-04-02)


### Bug Fixes

* **nodejsscan:** use Node template version to be consistent with other tools' imports ([42c2a7e](https://gitlab.com/to-be-continuous/defectdojo/commit/42c2a7e74851beaca4b6f63359e695025f6fd967))

## [1.0.3](https://git-us-east1-c.ci-gateway.int.gprd.gitlab.net:8989/to-be-continuous/defectdojo/compare/1.0.2...1.0.3) (2022-03-15)


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

+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "defectdojo", "1.0.3" ]
      command: ["--service", "defectdojo", "1.0.4" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}