Skip to content
Snippets Groups Projects
Commit a6fdc103 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 79e632e8
No related branches found
No related tags found
No related merge requests found
# [4.2.0](https://gitlab.com/to-be-continuous/sonar/compare/4.1.1...4.2.0) (2024-1-27)
### Features
* migrate to CI/CD component ([ed6b967](https://gitlab.com/to-be-continuous/sonar/commit/ed6b967c3d5dbba909c0a1c99acfdc9e6af57f53))
## [4.1.1](https://gitlab.com/to-be-continuous/sonar/compare/4.1.0...4.1.1) (2024-1-17)
......
......@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.1.1
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.0
# 2: set/override component inputs
inputs:
host-url: https://sonarqube.acme.host # ⚠ this is only an example
......@@ -30,7 +30,7 @@ Add the following to your `gitlab-ci.yml`:
include:
# 1: include the template
- project: 'to-be-continuous/sonar'
ref: '4.1.1'
ref: '4.2.0'
file: '/templates/gitlab-ci-sonar.yml'
variables:
......@@ -115,9 +115,9 @@ With:
```yaml
include:
# main template
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.1.1
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.0
# Vault variant
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.1.1
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.2.0
inputs:
# audience claim for JWT
vault-oidc-aud: "https://vault.acme.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment