Skip to content
Snippets Groups Projects
Commit 815a8cbc authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.4.1 [skip ci]

parent 2fd50b70
Branches
Tags 2.4 2.4.1
No related merge requests found
## [2.4.1](https://gitlab.com/to-be-continuous/defectdojo/compare/2.4.0...2.4.1) (2023-11-11)
### Bug Fixes
* normalize Semgrep report file name ([f2f37e2](https://gitlab.com/to-be-continuous/defectdojo/commit/f2f37e2fbf12d6f3123c3cec15574ba62e15e7f9))
# [2.4.0](https://gitlab.com/to-be-continuous/defectdojo/compare/2.3.2...2.4.0) (2023-11-02)
......
......@@ -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.4.0'
ref: '2.4.1'
file: '/templates/gitlab-ci-defectdojo.yml'
```
......@@ -208,11 +208,11 @@ With:
include:
# main template
- project: 'to-be-continuous/defectdojo'
ref: '2.4.0'
ref: '2.4.1'
file: '/templates/gitlab-ci-defectdojo.yml'
# Vault variant
- project: 'to-be-continuous/defectdojo'
ref: '2.4.0'
ref: '2.4.1'
file: '/templates/gitlab-ci-defectdojo-vault.yml'
variables:
......
......@@ -12,7 +12,7 @@ variables:
defectdojo:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "defectdojo", "2.4.0" ]
command: ["--service", "defectdojo", "2.4.1" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
variables:
......
......@@ -589,7 +589,7 @@ defectdojo:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "defectdojo", "2.4.0" ]
command: ["--service", "defectdojo", "2.4.1" ]
stage: .post
before_script:
- cd ${DEFECTDOJO_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment