# Scan Results

## Overview

The Scan Results page displays the outcomes of your recent scans, giving you visibility into the security posture of your code repositories. You can monitor scan requests, view the status of your repositories, and track the progress of remediation efforts.

### Recent Scan Requests

You can view the latest scan requests made at the organizational, project, and repository levels. This feature helps you keep track of ongoing and completed scans, ensuring you are aware of all recent activities and their outcomes.

### Visibility into Projects

Gomboc provides detailed access to repositories and branches linked to specific projects. This ensures that all relevant codebases are included in your scans, giving you a comprehensive view of the security status of your projects.

### Remediation Progress

Track the progress of remediation efforts for any detected security issues. This feature helps you understand which issues have been resolved and which ones still require attention, providing a clear picture of your remediation status.

### Repository Status

Stay updated on the compliance of your repositories with Gomboc's detailed repository status feature. This section categorizes repositories based on their compliance with security policies, helping you quickly identify and prioritize areas that need attention.

#### Repository Compliance Status

<table><thead><tr><th>Status</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Merge Required</td><td>A Pull Request is ready to be merged, indicating that the necessary changes have been reviewed and are ready for integration.</td><td></td></tr><tr><td>Incompliant</td><td>Violations were found in the last scan, highlighting areas that need immediate attention to ensure compliance with security policies.</td><td></td></tr><tr><td>Compliant</td><td>Fully compliant branches with no unresolved violations, confirming that these parts of your repository meet all security standards.</td><td></td></tr></tbody></table>


---

# 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.gomboc.ai/scan-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.
