# Issues reported in GitHub

## Pull request decoration <a href="#pull-request-decoration" id="pull-request-decoration"></a>

SonarQube Server reports the analysis results summary in your GitHub pull request's Conversation and Checks tabs. Inline annotations are not supported. Note that:

* The summary display can be disabled in the Conversation tab.
* Pull request decoration requires that pull request integration be correctly configured for your project.

For more information, see [Setting up project integration](/sonarqube-server/2025.5/devops-platform-integration/github-integration/setting-up-at-project-level.md#analysis-under-github-conversation-tab).

## Code scanning alerts <a href="#code-scanning-alerts" id="code-scanning-alerts"></a>

When you analyze a project in SonarQube, the detected security issues are displayed on the GitHub interface as code scanning alerts, if set up in your system. When you change the status of a security issue in the SonarQube interface that status change is immediately reflected in the GitHub interface. Similarly, if you change the status of a code scanning alert in GitHub, that change is reflected in SonarQube.To view and manage your code scanning alerts:

1. In GitHub, go to your repository’s **Security** > **Code scanning alerts** tab.
2. Select **View alerts** to see the full list.

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/AV34NqjjepUtgkj4NVW3" alt="Managing your code scanning alerts in GitHub"><figcaption></figcaption></figure>

## Related pages <a href="#related-pages" id="related-pages"></a>

[Setting up project integration](/sonarqube-server/2025.5/devops-platform-integration/github-integration/setting-up-at-project-level.md)\
[Setting up the report of security alerts](/sonarqube-server/2025.5/devops-platform-integration/github-integration/setting-up-at-global-level/report-security-alerts.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/2025.5/user-guide/issues/in-devops-platform/github.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
