5.7 KiB
title, shortTitle, intro, product, permissions, versions, type, topics
| title | shortTitle | intro | product | permissions | versions | type | topics | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Tracking code scanning alerts in issues using task lists | Track alerts in issues | You can add code scanning alerts to issues using task lists. This makes it easy to create a plan for development work that includes fixing alerts. | {% data reusables.gated-features.code-scanning %} | If you have write permission to a repository you can track {% data variables.product.prodname_code_scanning %} alerts in issues using task lists. |
|
how_to |
|
{% data reusables.code-scanning.beta-alert-tracking-in-issues %}
About tracking {% data variables.product.prodname_code_scanning %} alerts in issues
{% data reusables.code-scanning.github-issues-integration %}
You can also create a new issue to track an alert:
-
From a {% data variables.product.prodname_code_scanning %} alert, which automatically adds the code scanning alert to a task list in the new issue. For more information, see "Creating a tracking issue from a {% data variables.product.prodname_code_scanning %} alert" below.
-
Via the API as you normally would, and then provide the code scanning link within the body of the issue. You must use the task list syntax to create the tracked relationship:
- [ ] <full-URL- to-the-code-scanning-alert>- For example, if you add
- [ ] https://github.com/octocat-org/octocat-repo/security/code-scanning/17to an issue, the issue will track the code scanning alert that has an ID number of 17 in the Security tab of theoctocat-reporepository in theoctocat-orgorganization.
You can use more than one issue to track the same {% data variables.product.prodname_code_scanning %} alert, and issues can belong to different repositories from the repository where the {% data variables.product.prodname_code_scanning %} alert was found.
{% data variables.product.product_name %} provides visual cues in different locations of the user interface to indicate when you are tracking {% data variables.product.prodname_code_scanning %} alerts in issues.
-
The code scanning alerts list page will show which alerts are tracked in issues so that you can view at a glance which alerts still require processing and how any issues they are tracked in.
-
A "tracked in" section will also show in the corresponding alert page.
-
On the tracking issue, {% data variables.product.prodname_dotcom %} displays a security badge icon in the task list and on the hovercard.
{% note %}
Only users with write permissions to the repository will see the unfurled URL to the alert in the issue, as well as the hovercard. For users with read permissions to the repository, or no permissions at all, the alert will appear as a plain URL.
{% endnote %}
The color of the icon is grey because an alert has a status of "open" or "closed" on every branch. The issue tracks an alert, so the alert cannot have a single open/closed state in the issue. If the alert is closed on one branch, the icon color will not change.
The status of the tracked alert won't change if you change the checkbox state of the corresponding task list item (checked/unchecked) in the issue.
Creating a tracking issue from a code scanning alert
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-code-scanning-alerts %} {% data reusables.code-scanning.explore-alert %}
-
Optionally, to find the alert to track, you can use the free-text search or the drop-down menus to filter and locate the alert. For more information, see "AUTOTITLE."
-
Towards the top of the page, on the right side, click Create issue.
{% data variables.product.prodname_dotcom %} automatically creates an issue to track the alert and adds the alert as a task list item. {% data variables.product.prodname_dotcom %} prepopulates the issue:
- The title contains the name of the {% data variables.product.prodname_code_scanning %} alert.
- The body contains the task list item with the full URL to the {% data variables.product.prodname_code_scanning %} alert.
-
Optionally, edit the title and the body of the issue. {% warning %}
Warning: You may want to edit the title of the issue as it may expose security information. You can also edit the body of the issue. Make sure that you keep the task list item with a link to the alert otherwise the issue will no longer track the alert. {% endwarning %}
-
Click Submit new issue.


