CI Scan History Overview
Last updated
Was this helpful?
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.
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.

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

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

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?
Was this helpful?
https://app.aikido.dev/settings/integrations/ci/checks/scans?scan_date=2026-05-10