> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/application-security/code-security/application-security-scans-management/manage-scans-through-the-tenant-ui/pull-request-scans/references/reference-b-inventory-columns.md).

# Reference B: Inventory columns

The Pull Request Scans inventory displays the following columns by default. Filterable columns support text-based and enum-based filtering according to the data type.

## PR inventory table

| Column                         | Field                        | Description                                                                                                                                                                                                                                            |
| ------------------------------ | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Repository**                 | `repo_name`                  | The name of the scanned repository, displayed with the VCS provider icon                                                                                                                                                                               |
| **Organization**               | `organization_id`            | The VCS organization or group that owns the repository                                                                                                                                                                                                 |
| **Pull Request ID**            | `pull_request_id`            | The identifier of the pull request. Select the value to open the pull request in the VCS provider                                                                                                                                                      |
| **Commit**                     | `commit_id`                  | The commit that triggered the scan                                                                                                                                                                                                                     |
| **Git User**                   | `user_email`                 | The email address of the user who opened or updated the pull request                                                                                                                                                                                   |
| **Scanned Branch**             | `branch_name`                | The source branch of the pull request                                                                                                                                                                                                                  |
| **Scan Date**                  | `start_date`                 | The timestamp when the scan started                                                                                                                                                                                                                    |
| **Issues Found**               | `issues_found`               | The severity breakdown of the issues found: Critical, High, Medium, Low                                                                                                                                                                                |
| **PR Status**                  | `status`                     | The policy evaluation result that determined the merge outcome                                                                                                                                                                                         |
| **Scan Health**                | `scan_health`                | The execution health of the scan                                                                                                                                                                                                                       |
| **Business Application Names** | `business_application_names` | The business applications associated with the scanned repository. The column is filterable but not sortable, because a repository can belong to several applications. The column reports application names and does not report application criticality |

The following columns are hidden by default. Enable additional columns from the column settings icon in the inventory toolbar.

| Column                          | Field                         | Description                                                                                            |
| ------------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Blocking Policy**             | `blocking_policy_name`        | The policy that blocked the pull request. Select the value to open the policy in **Policy Management** |
| **Pull Request Title**          | `pull_request_title`          | The title of the pull request, which is also the title of the scan side panel                          |
| **Provider**                    | `vcs_source`                  | The VCS provider: GitHub, GitLab, Bitbucket                                                            |
| **Scan ID**                     | `scan_id`                     | The unique identifier of the scan                                                                      |
| **Findings Types Breakdown**    | `findings_types_breakdown`    | The breakdown of findings by scanner type                                                              |
| **Findings Severity Breakdown** | `findings_severity_breakdown` | The severity breakdown of the findings by severity                                                     |
| **Issues Types Breakdown**      | `issues_types_breakdown`      | The breakdown of issues by scanner type                                                                |

### Scan Date filter

**Scan Date** (`start_date`) records when the scan started. Where the filter is available, it restricts the inventory to scan results that started within the selected range.

Apply the filter when an assessment covers a defined period. Without a range, the inventory returns every retained scan result.

The filter reports scan results, not repositories. It cannot establish the gated repository population.

## PR scan side panel

Select a scan row to open the side panel. The panel title displays the pull request title (for example, `Create yarn.lock`).

**Overview tab properties:**

* **Organization** — The VCS organization or group.
* **Repository** — The scanned repository name.
* **Scanned Branch** — The source branch of the pull request.
* **Scan Health** — The scan health status with a status icon.
* **PR Status** — The PR scan result status with a status icon.
* **Commit ID** — The commit SHA that triggered the PR scan.
* **Issues By Type** — Breakdown of issues by scanner category.
* **Findings By Type** — Breakdown of findings by scanner category.
* **Scan Date** — The timestamp when the scan started.
* **Issues** — Severity breakdown (Critical, High, Medium, Low) with total count.
* **Findings** — Severity breakdown (Critical, High, Medium, Low) with total count.

**Issue category tabs:**

* **Vulnerabilities** — CVE vulnerability issues for the selected scan.
* **Configurations** — IaC misconfiguration issues for the selected scan.
* **Secrets** — Secrets issues for the selected scan.
* **Package Integrity** — Presents two tables: **Licenses** and **Package Operational Risk**.
* **Malicious Packages** — Malicious package issues for the selected scan.

Each tab presents an **Issues** view and a **Findings** view, selected from the control in the upper right of the tab.

## PR scan actions

No management actions (such as rescan) are available for PR scans. PR scans are triggered by pull request events in the VCS provider and cannot be retriggered from the scan management console. Re-evaluation occurs when a new commit is pushed to the pull request.

For the complete pull request scan workflow — enabling pull request scanning per repository, verifying that the gate fires across the portfolio, investigating a blocked pull request and its blocking policy, and diagnosing a gate that stopped firing — see Pull request scans.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/application-security/code-security/application-security-scans-management/manage-scans-through-the-tenant-ui/pull-request-scans/references/reference-b-inventory-columns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
