> 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/software-supply-chain-security/governance-and-enforcement/cicd-policies/cicd-policies-inventory.md).

# CI/CD policies inventory

The CI/CD policies inventory includes both out-of-the-box and custom policies.

## How to access the inventory

1. Under **Modules**, select **Cortex Cloud Application Security** → **AppSec Policies (under Policy Management)**.
2. In the filter panel, select **Scan Type** → **CI/CD Risk**.

## CI/CD policies table

The following list describes the policy fields/properties exposed in the inventory table. Select **Table Settings Menu** to view and add additional properties to the table.

| **Properties/attribute** | **Description**                                                                                                              |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| Policy Name              | The name of the CI/CD policy                                                                                                 |
| Status                   | Whether the policy is enabled or disable                                                                                     |
| Description              | A description of the CI/CD policy                                                                                            |
| Scan Type                | **CI/CD Risks** is the immutable value                                                                                       |
| Conditions               | The specific criteria that trigger the policy                                                                                |
| Actions                  | Actions to take when the policy detects its target risk                                                                      |
| Scope                    | The assets to be evaluated by the policy                                                                                     |
| Trigger                  | Trigger types that define when the condition will be evaluated. Options include Periodic scan, Pull Request scan and CI scan |
| Last Triggered           | The last time that the policy was triggered                                                                                  |
| Created By               | The user or entity that created the policy                                                                                   |
| Modified by              | The user or entity that modified the policy                                                                                  |
| Modification Time        | The timestamp of the most recent change to the policy                                                                        |
| Open Issues              | The amount of issues detected by the policy that remain unresolved                                                           |

## Expanded policy details

Selecting a policy opens a side panel where you can review additional details:

* **Metadata**:
  * **Policy details**: Name and description of the policy
  * **Policy ownership**: Information on the policy's creator and last modifier

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>To view all out-of-the-box (OOTB) policies, filter by <code>Policy Owner = System</code>.</p></div>
  * **Timestamps**: The last time the policy was modified and last triggered
* **Scope**: The asset type the policy applies to, along with a table summarizing the policy conditions, trigger, and actions, displayed as follows:
  * **When**: The trigger that initiates the policy action, such as **Periodic**, **Pull Request**, or **CI** scans
  * **If**: Conditions that are applied to the policy. For example: `(Finding Type = CI/CD Risks) AND (Severity = Critical)`
  * **Then**: Triggered actions for the policy, such as **Create issue** and **Block PR**


---

# 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/software-supply-chain-security/governance-and-enforcement/cicd-policies/cicd-policies-inventory.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.
