# CI Scan History Overview

The CI Scan History feature in Aikido provides a detailed overview of all past CI scans, offering insights into their status, newly introduced issues, and resolved issues. This is important to keep an overview of all executed scans and allow you to quickly check the diff page from previous executed scans.

### How to check your CI Scan History <a href="#how-to-check-your-ci-scan-history" id="how-to-check-your-ci-scan-history"></a>

**Step 1.** Go to the CI section on the [Integrations page](https://app.aikido.dev/settings/integrations) and enter the [GitHub](https://app.aikido.dev/settings/integrations/github/checks)/[Azure](https://app.aikido.dev/settings/integrations/azure-devops/checks) CI dashboard **OR** - if you are running your CI via code - go to the [CI Settings Page](https://app.aikido.dev/settings/integrations/continuous-integration).

**Step 2.** Click on "CI Scan History" located at the top right of the page.

![GitHub CI dashboard showing repository count and a button for CI scan history.](/files/BmcMuAb6V8ir2FW8yLjP)

**Step 3.** Review the overview page to see all previous CI scans, including their status, newly introduced issues, and resolved issues.

![CI scan history table showing pull requests, issue counts, scan dates, and gate statuses.](/files/cUure1ollUaRPv8L79RZ)

**Step 4.** Click one of the PRs to get a full overview of the executed scan.

![CI check failed: 2 secrets exposed, 1 vulnerability solved in code review.](/files/gszxSwNpBal5zFN0n3Lm)


---

# 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://help.aikido.dev/pr-and-release-gating/aikido-ci-gating-functionality/ci-scan-history-overview.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.
