# Scans

Currently, we are supporting Trivy for scanning vulnerabilities, very soon we will be supporting Snyk and Anchore

**Checking Vulnerability Scan Report:**

To access the security scan reports, follow these steps:

1. In the left sidebar, Click Security and then select Monitor

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

2. It redirects to the new screen where you can see the security dashboard

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

3. Click on the Calendar icon which is in the top right corner of the dashboard where you can select the date, week, or month to check the vulnerability report

<figure><img src="/files/8yHLzP6HysmiRw0cxJCb" alt=""><figcaption></figcaption></figure>

4. Now you can discover the following vulnerabilities for the selected period

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

5. Click on the Filter icon which is in the top right corner of the dashboard where you can specifically select the Environments, Clusters, Pipelines, Microservices, and Severity. Then Click on "Apply"

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

6. Now you can discover the following vulnerabilities for the selected period and applied filters

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


---

# Agent Instructions: 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.ozone.one/ozone-end-user-guide/documentation/devsecops/scans.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.
