> 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/remediation-agents/code-agent/sast-and-sca-findings.md).

# SAST & SCA Findings

### SAST & SCA Findings

The SAST and SCA findings for the projects can be viewed from the Projects page.&#x20;

### To View SAST Findings:

* Navigate to Projects. In the project list, click View next to the project for which you want to view the SAST and SCA findings.&#x20;

<img src="/files/1uowWA4Ya3Yj2tPguCzC" alt="" height="301" width="602">

* The project dashboard is displayed.&#x20;

<img src="/files/Tu6yG8jjFFgS860dQ55Y" alt="" height="301" width="602">

* Click Findings. The SAST and SCA findings tabs are displayed.&#x20;
* Select SAST Findings. On expanding the rule name you can view the affected files list.&#x20;

<img src="/files/2iJL2GQsmoE7CDQ0emTI" alt="" height="301" width="602">

<br>

* On clicking View, you can see the details of the rule and the issues related to it.&#x20;

<img src="/files/FFy75CAZZK0OhmCFlUVp" alt="" height="301" width="602">

* On clicking Remediate, the AI Remediation Assistant page is displayed.&#x20;

<img src="/files/jEqnDHiCQukxX2GfBDMD" alt="" height="301" width="602">

* The assistant analyses and gives a detailed analysis of the issues.&#x20;

<img src="/files/IJ4pEWSBvMbbyCEAnNhM" alt="" height="301" width="602">

### To View SCA Findings&#x20;

* Navigate to Projects. In the project list, click View next to the project for which you want to view the SAST and SCA findings.&#x20;

<img src="/files/eVHlNkIXgz2eHUXm0UmL" alt="" height="301" width="602">

* The project dashboard is displayed.&#x20;

<img src="/files/v2jVrkhHDK61XpuMAChQ" alt="" height="301" width="602">

* Click Findings. The SAST and SCA findings tabs are displayed.&#x20;
* Select SCA Findings. The Vulnerabilities list is displayed.&#x20;

<img src="/files/o1wFJtLABjgA1i5iTWpa" alt="" height="301" width="602">

* On clicking Remediate, the AI Remediation Assistant page is displayed.&#x20;

<img src="/files/i4K0jaSUkkoqsVcr0eMZ" alt="" height="301" width="602">

<br>

* The assistant analyses and gives a detailed analysis of the issues.&#x20;


---

# 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/remediation-agents/code-agent/sast-and-sca-findings.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.
