From 78129d971fdf779562a16ac8dccf159e8d1c9388 Mon Sep 17 00:00:00 2001 From: kevin-hinz Date: Wed, 24 Aug 2022 17:04:10 +0200 Subject: [PATCH] DOC-104, update that Github Webhooks are not used --- server/sonar-docs/src/pages/analysis/github-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/analysis/github-integration.md b/server/sonar-docs/src/pages/analysis/github-integration.md index f858354cc00..c7bbf4a9879 100644 --- a/server/sonar-docs/src/pages/analysis/github-integration.md +++ b/server/sonar-docs/src/pages/analysis/github-integration.md @@ -38,7 +38,7 @@ Specify the following settings in your app: - **GitHub App Name** – Your app's name. - **Homepage URL** – You can use any URL, such as `https://www.sonarqube.org/`. - **User authorization callback URL** – Your instance's base URL. For example, `https://yourinstance.sonarqube.com`. -- **Webhook URL** – Your instance's base URL. For example, `https://yourinstance.sonarqube.com`. +- **Webhook URL** – To improve security, webhooks, by default, are not allowed to point to the SonarQube server since version 8.9LTS, therefore we recommend that you disable the feature. You should clear the **Webhook Active** checkbox to silence a forthcoming deprecation warning, and clear the **Webhook URL** and **Webhook secret** fields when creating your Github app. - Grant access for the following **Repository permissions**: | Permission | Access | -- 2.39.5