aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorAurelien Poscia <aurelien.poscia@sonarsource.com>2022-09-27 10:37:24 +0200
committersonartech <sonartech@sonarsource.com>2022-09-28 20:04:08 +0000
commitbb10a3475add71296daadd37480798d7f961e6ec (patch)
treed9ef8ddc8560a0e913a89e7a99e3872a7c9f8931 /sonar-core
parent83d6994c9261bd1d551a1d29208d3dbfb8017404 (diff)
downloadsonarqube-bb10a3475add71296daadd37480798d7f961e6ec.tar.gz
sonarqube-bb10a3475add71296daadd37480798d7f961e6ec.zip
SONAR-17266 Simplified text for webhook secret in DevOps platform config
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
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