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

chore(release): 2.6.1 [skip ci]

## [2.6.1](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.0...2.6.1) (2024-1-28)

### Bug Fixes

* noprod-enabled, sonarqube-sinceleakperiod and sonarqube-allbugs inputs default value ([fb23a7de](https://gitlab.com/to-be-continuous/defectdojo/commit/fb23a7de18848a10e303497c35124862dabcfc1e))
parent fb23a7de
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.6.1](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.0...2.6.1) (2024-1-28)


### Bug Fixes

* noprod-enabled, sonarqube-sinceleakperiod and sonarqube-allbugs inputs default value ([fb23a7d](https://gitlab.com/to-be-continuous/defectdojo/commit/fb23a7de18848a10e303497c35124862dabcfc1e))

# [2.6.0](https://gitlab.com/to-be-continuous/defectdojo/compare/2.5.1...2.6.0) (2024-1-27)


+4 −4
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.0
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.1
    # 2: set/override component inputs
    inputs:
      server-url: "https://defectdojo.acme.host" # ⚠ this is only an example
@@ -64,7 +64,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/defectdojo'
    ref: '2.6.0'
    ref: '2.6.1'
    file: '/templates/gitlab-ci-defectdojo.yml'

variables:
@@ -232,13 +232,13 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.0
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.1
    inputs:
      server-url: "https://defectdojo.acme.host" # ⚠ this is only an example
      # Secrets managed by Vault
      api-key: "@url@http://vault-secrets-provider/api/secrets/b7ecb6ebabc231/defectdojo/credentials?field=token"
  # Vault variant
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.0
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"