diff options
author | kevin-hinz <kevin.hinz@sonarsource.com> | 2022-08-24 17:04:10 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-25 20:03:09 +0000 |
commit | 78129d971fdf779562a16ac8dccf159e8d1c9388 (patch) | |
tree | 4e746366512fadf77ba910a3acdefe2e39a0a42c | |
parent | 4e7ba7e8b67a22abd7f29da6af178525958a1509 (diff) | |
download | sonarqube-78129d971fdf779562a16ac8dccf159e8d1c9388.tar.gz sonarqube-78129d971fdf779562a16ac8dccf159e8d1c9388.zip |
DOC-104, update that Github Webhooks are not used
-rw-r--r-- | server/sonar-docs/src/pages/analysis/github-integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |