Skip to content
Snippets Groups Projects
Commit 76f3c481 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 5248c278
No related branches found
No related tags found
No related merge requests found
## [4.0.1](https://gitlab.com/to-be-continuous/sonar/compare/4.0.0...4.0.1) (2023-10-16)
### Bug Fixes
* declare all TBC stages ([5248c27](https://gitlab.com/to-be-continuous/sonar/commit/5248c2783cc1c7850a36d8f3b5c5935e25e8aa97))
# [4.0.0](https://gitlab.com/to-be-continuous/sonar/compare/3.3.0...4.0.0) (2023-08-28)
......
......@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/sonar'
ref: '4.0.0'
ref: '4.0.1'
file: '/templates/gitlab-ci-sonar.yml'
```
......@@ -94,11 +94,11 @@ With:
include:
# main template
- project: 'to-be-continuous/sonar'
ref: '4.0.0'
ref: '4.0.1'
file: '/templates/gitlab-ci-sonar.yml'
# Vault variant
- project: 'to-be-continuous/sonar'
ref: '4.0.0'
ref: '4.0.1'
file: '/templates/gitlab-ci-sonar-vault.yml'
variables:
......
......@@ -12,7 +12,7 @@ variables:
sonar:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "4.0.0" ]
command: ["--service", "sonar", "4.0.1" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
variables:
......
......@@ -284,7 +284,7 @@ sonar:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "4.0.0" ]
command: ["--service", "sonar", "4.0.1" ]
variables:
# see: https://docs.sonarqube.org/latest/analysis/gitlab-integration/#header-4
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment