]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19650 Update the project onboarding warning message for the GitLab vulnerabilit...
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>
Fri, 14 Jul 2023 12:43:04 +0000 (14:43 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 18 Jul 2023 20:03:23 +0000 (20:03 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 48ff6984029c8731f1a417e8657e0726bfc0a81e..045649235387f7c7f40cce3dd5223950ccc4e647 100644 (file)
@@ -4151,7 +4151,7 @@ onboarding.tutorial.with.gitlab_ci.yaml.description=Create or update your {filen
 onboarding.tutorial.with.gitlab_ci.yaml.filename=.gitlab-ci.yml
 onboarding.tutorial.with.gitlab_ci.yaml.baseconfig=Note that this is a minimal base configuration to run a SonarQube analysis on your main branch and merge requests, and fetch the vulnerability report (if applicable).
 onboarding.tutorial.with.gitlab_ci.yaml.existing=If you already have a pipeline configured and running, you might want to add the example above to your existing yml file.
-onboarding.tutorial.with.gitlab_ci.yaml.premium=The vulnerability report stage will only be available for Gitlab Premium users. You may safely remove it if you have not subscribed to this service.
+onboarding.tutorial.with.gitlab_ci.yaml.premium=GitLab vulnerability report is only available with GitLab Ultimate. You may safely remove the sonarqube-vulnerability-report stage if you have not subscribed to this service.
 
 onboarding.tutorial.with.jenkins.title=Analyze your project with Jenkins
 onboarding.tutorial.with.jenkins.alm_selection.title=Select your DevOps platform