From bb10a3475add71296daadd37480798d7f961e6ec Mon Sep 17 00:00:00 2001 From: Aurelien Poscia Date: Tue, 27 Sep 2022 10:37:24 +0200 Subject: [PATCH] SONAR-17266 Simplified text for webhook secret in DevOps platform config --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 76a127bceed..99e9a317cd6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1239,7 +1239,7 @@ settings.almintegration.form.client_secret.bitbucketcloud=OAuth Secret settings.almintegration.form.private_key=Private Key settings.almintegration.form.private_key.github.help=Your GitHub App's private key. You can generate a .pem file from your GitHub App's page under Private keys. Copy and paste the whole contents of the file here. settings.almintegration.form.webhook_secret.github=Webhook Secret -settings.almintegration.form.webhook_secret.github.help=The Webhook Secret is found on your GitHub App's page. It is required for the synchronization of code scanning alert statuses from GitHub to SonarQube. Leave this field empty if your GitHub repository does not support code scanning alerts. +settings.almintegration.form.webhook_secret.github.help=Leave this field empty unless you are using GitHub Code Scanning Alert feature. See documentation for more details. settings.almintegration.form.personal_access_token=Personal Access Token settings.almintegration.form.personal_access_token.azure.help=SonarQube needs a {pat} to report the Quality Gate status on Pull Requests in Azure DevOps. To create this token, we recommend using a dedicated Azure DevOps account with administration permissions. The token itself needs {permission} permission. {doc_link} settings.almintegration.form.personal_access_token.azure.help.url=Personal Access Token -- 2.39.5