For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Step 1. Go to the CI section on the Integrations page and enter the GitHub/Azure CI dashboard OR - if you are running your CI via code - go to the CI Settings Page.

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.

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.

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.

Filter by scan date

You can filter the CI scan history to a specific date by adding a scan_date query parameter to the URL:

Use the YYYY-MM-DD format. This is handy when you need to pull up scans from a particular day during an audit or compliance review, such as when you need to show what ran on a specific release date or during a past incident.

Last updated

Was this helpful?