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.

Last updated

Was this helpful?