# Setting up a GitHub App

You need to use a GitHub App to connect SonarQube with a GitHub instance in order to be able to use the following features:

* Importing your GitHub repositories into SonarQube.
* Delegating the SonarQube user authentication to GitHub.

You need the global Administer System permission in SonarQube to perform this setup.

## Setup overview <a href="#overview" id="overview"></a>

The SonarQube Server uses the GitHub App to access GitHub resources as illustrated below. The GitHub resources access permissions are set in the App. A "GitHub Configuration" record is used in SonarQube to access the GitHub App. A different Configuration is used to manage the repository import and the user authentication.

![](https://3001318305-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVhGCsZJo9Ao0Jjyhvpxl%2Fuploads%2Fgit-blob-cb0d3f86906ea2f902185aefbe704d58863babdd%2Fa74cee2d9994eb32334d6c7ba4ef0373337945b5.png?alt=media)

Starting in [Enterprise Edition](https://www.sonarsource.com/plans-and-pricing/enterprise/), you can set up the integration of SonarQube with multiple GitHub instances, each instance being accessed with a different GitHub App.

To set up a GitHub App to integrate SonarQube with GitHub:

1. Register a GitHub App for SonarQube.
2. Install the App on the organization(s) SonarQube needs to access.
3. Add the App to SonarQube’s global setup through a "GitHub Configuration" record. You must:
   * Create one GitHub Configuration for the GitHub repository import.
   * Create one GitHub Configuration for the user authentication delegation.

## Step 1: Register SonarQube as a GitHub App <a href="#register-sonarqube-as-github-app" id="register-sonarqube-as-github-app"></a>

See GitHub’s documentation on [registering a GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app) for general information on GitHub Apps.

In the procedure below, we recommend registering a public App. You can register a private App if you have only one GitHub organization. In that case, you must register the App under that organization.

Specify the following settings in your app:

* **GitHub App Name**: Your app’s name. Example: sonarqube.
* **Homepage URL**: Your SonarQube instance’s base URL (for information purposes only).
* **Callback URL**: Your SonarQube instance’s base URL (the URL used to redirect to the SonarQube server).
* **Webhook URL**: To improve security, webhooks, by default, are not allowed to point to the SonarQube server. Therefore, we recommend that you disable the feature unless you want to enable code scanning alerts for security issues in GitHub. To disable the feature, clear the Webhook Active checkbox to silence a forthcoming deprecation warning, and clear the Webhook URL and Webhook secret fields.
* **Under Permissions & events**, set up the permissions and events as explained below. Some permissions or events are only necessary depending on the purpose of the integration.

<details>

<summary>Permissions &#x26; events</summary>

**Repository permissions**

| Permission                                                                                                 | Access       | Note                                                                                                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Checks                                                                                                     | Read & Write | <p><br></p>                                                                                                                                                                                                                                                      |
| Administration                                                                                             | Read-only    | Required only for user provisioning.                                                                                                                                                                                                                             |
| <p><strong>GitHub Enterprise:</strong> Repository metadata</p><p><strong>GitHub.com</strong>: Metadata</p> | Read-only    | <p><br></p>                                                                                                                                                                                                                                                      |
| Pull Requests                                                                                              | Read & Write | <p><br></p>                                                                                                                                                                                                                                                      |
| **Private repositories:** Content                                                                          | Read-only    | <p><br></p>                                                                                                                                                                                                                                                      |
| Code scanning alerts                                                                                       | Read & Write | Required only if you want to report security alerts raised in SonarQube to GitHub. When you update this permission, GitHub sends an email to the GitHub organization’s administrator, asking them to validate the changes on the installation of the GitHub App. |

**Organization permissions**

| Permission     | Access    | Note                                 |
| -------------- | --------- | ------------------------------------ |
| Administration | Read-only | Required only for user provisioning. |
| Members        | Read-only | <p><br></p>                          |
| Projects       | Read-only | <p><br></p>                          |

**Account permissions**

| Permission      | Access    | Note                                                    |
| --------------- | --------- | ------------------------------------------------------- |
| Email addresses | Read-only | Required only for user authentication and provisioning. |

**Subscribe to events**

Only if you want to report security alerts raised in SonarQube to GitHub:

Select **Code scanning alert**.

</details>

* Under **Where can this GitHub App be installed?** select **Any account** to make the App public in order to allow you in step 2 to install the App on any organization\*\*.\*\*

## Step 2: Install the SonarQube GitHub App on your organization(s) <a href="#install-github-app-on-organization" id="install-github-app-on-organization"></a>

You need to install the SonarQube GitHub App on the GitHub organizations that SonarQube will need to access. See GitHub’s documentation on [installing GitHub Apps](https://docs.github.com/en/free-pro-team@latest/developers/apps/installing-github-apps) for more information.

## Step 3: Add the GitHub App to SonarQube’s global setup <a href="#add-github-app-to-sonarqube-setup" id="add-github-app-to-sonarqube-setup"></a>

You need to create a GitHub Configuration record in SonarQube and add the SonarQube GitHub App to it. The setup is different depending on your integration purpose:

<details>

<summary>If you want to support the GitHub repository import</summary>

To add the GitHub App to SonarQube’s global setup for repository import:

1. In the SonarQube UI, go to **Administration > Configuration > General Settings > DevOps Platform Integrations**.
2. Select the **GitHub** tab and click **Create configuration**. The **New GitHub configuration** dialog opens.
3. Specify the settings: see **Configuration settings** below.

</details>

<details>

<summary>If you want to delegate the user authentication to GitHub</summary>

To add the GitHub App to SonarQube’s global setup for user delegation, go to **Administration > Configuration > General Settings > Authentication > GitHub**. See **Connecting your GitHub App to SonarQube** in [github](https://docs.sonarsource.com/sonarqube-server/10.6/instance-administration/authentication/github "mention").

</details>

<details>

<summary>Configuration settings</summary>

| **Field**          | **Description**                                                                                                                                                                                                                                                                                    | **Note**                                                                                                                                                                                                                                           |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Configuration name | <p>The name used to identify your GitHub Configuration. Use something succinct and easily recognizable.</p><p><br></p>                                                                                                                                                                             | Only available in editions authorizing the integration with multiple GitHub instances: Enterprise Edition and Data Center Edition.                                                                                                                 |
| GitHub API URL     | <p>The API URL of the GitHub instance. For example, <https://github.company.com/api/v3> for GitHub Enterprise or <https://api.github.com/> for GitHub.com.</p><p><br></p>                                                                                                                          | <p><br></p>                                                                                                                                                                                                                                        |
| GitHub App ID      | The App ID of your GitHub App (on GitHub, go to Settings > Developer Settings > GitHub Apps to view your App).                                                                                                                                                                                     | <p><br></p>                                                                                                                                                                                                                                        |
| Client ID          | The Client ID of your GitHub App’s page.                                                                                                                                                                                                                                                           | <p><br></p>                                                                                                                                                                                                                                        |
| Client Secret      | The Client secret of your GitHub App’s page. Administrators can encrypt this secret at Administration > Configuration > Encryption. See **Settings Encryption** in [security](https://docs.sonarsource.com/sonarqube-server/10.6/instance-administration/security "mention") for more information. | <p><br></p>                                                                                                                                                                                                                                        |
| Private Key        | Your GitHub App’s private key in PEM format. 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.                                                                                                                      | Administrators can encrypt this key at Administration > Configuration > Encryption. See **Settings Encryption** in [security](https://docs.sonarsource.com/sonarqube-server/10.6/instance-administration/security "mention") for more information. |
| Webhook Secret     | Webhook secret defined in your GitHub App to enable the report of code scanning alerts..                                                                                                                                                                                                           | Required only if you want to enable code scanning alerts for security issues in GitHub.                                                                                                                                                            |

</details>
