> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/code-to-cloud-security-and-scanners/code-security/sbom/accessing-sbom-results.md).

# Accessing SBOM Results

The SBOM results for the scans can be accessed from the project details page of each completed scan.

### To View SBOM results

1. In the Projects list page, locate your project and click the expand icon to view the project details.

<figure><img src="/files/sUATPDhmhtNFp4IbMLOg" alt=""><figcaption></figcaption></figure>

2. In the **Actions** column, click **View** to open the project. The **Project Details** page displays an overview of the project's scan history, risk posture, and component summary.

<figure><img src="/files/a6lszZc6USxcBrZrlzgL" alt=""><figcaption></figcaption></figure>

3. In the details panel, click **SBOM** to load the Software Bill of Materials for the selected scan. The SBOM view lists all detected components along with their versions, licenses, and risk indicators.

<figure><img src="/files/2DRcCCJF7Kid2g8oUxmQ" alt=""><figcaption></figcaption></figure>

3. Click the expand icon next to any component to view the **Vulnerabilities** associated with it. Each vulnerability entry displays key details such as the CVE ID, severity rating, and affected package version.
4. To analyze a specific vulnerability, click **Remediate** on the vulnerability entry. This opens the **AI Remediation Assistant**, which analyzes the vulnerability in context and provides actionable fix recommendations, including suggested version upgrades, patches, or configuration changes.

<figure><img src="/files/2OYKadC59EpnsiIHAQ5M" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.opsmx.com/code-to-cloud-security-and-scanners/code-security/sbom/accessing-sbom-results.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.
