Commit 36bc118a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 350f7861
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.4.0](https://gitlab.com/to-be-continuous/defectdojo/compare/2.3.2...2.4.0) (2023-11-02)


### Features

* add semgrep report support ([132c842](https://gitlab.com/to-be-continuous/defectdojo/commit/132c84282f886138990f09fa0bff25931a6c39c5))

## [2.3.2](https://gitlab.com/to-be-continuous/defectdojo/compare/2.3.1...2.3.2) (2023-09-20)


+3 −3
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.3.2'
    ref: '2.4.0'
    file: '/templates/gitlab-ci-defectdojo.yml'
```

@@ -208,11 +208,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/defectdojo'
    ref: '2.3.2'
    ref: '2.4.0'
    file: '/templates/gitlab-ci-defectdojo.yml'
  # Vault variant
  - project: 'to-be-continuous/defectdojo'
    ref: '2.3.2'
    ref: '2.4.0'
    file: '/templates/gitlab-ci-defectdojo-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
defectdojo:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.3.2" ]
      command: ["--service", "defectdojo", "2.4.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.3.2" ]
      command: ["--service", "defectdojo", "2.4.0" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}