> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/inventory-insights/scan-history/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Scan history

> View the history of scans performed on a project.

Scan history provides a detailed overview of past security scans performed on a project. It helps you understand your project's security posture over time. With full context and details about individual scans in their repositories, you can assess scan fidelity and troubleshoot issues.

1. Select **Projects** from the left sidebar.

2. Search for and select a project to review.

3. Select **SCAN HISTORY** to review the past scans.

   * **List of Scans**: View all past scans, including details such as the scan time, duration, scan type, and tags.
   * **Findings Summary**: Review the number of security findings, categorized by severity: Critical, High, Medium, or Low.
   * **Commit Details**: Each scan is linked to a specific commit SHA, allowing users to track security issues to specific code changes.
   * **Scanned By**: Identifies the user or system that initiated the scan.
   * **Filtering & Search**: You can filter scans by status, scan type, and time range. You can search by tags, commit SHA, or specific include or exclude file paths.

     For example, you can select **Container** as a scan type from the dropdown list.

     <img src="https://mintcdn.com/endorlabs-b4795f4f/2CFeZIRm7eKUPEq0/images/inventory-insights/scan-history/scantypes-dropdown.webp?fit=max&auto=format&n=2CFeZIRm7eKUPEq0&q=85&s=8a52ed68cfd741b68bd9816ea8031e5f" alt="scan type dropdown" width="1717" height="987" data-path="images/inventory-insights/scan-history/scantypes-dropdown.webp" />

     <Note>
       The **analytics** scan is a periodic, automated scan that the system runs to refresh findings without any user action. The system runs this scan only when the **analytics-check** scan detects changes or new vulnerabilities.

       The **analytics-check** scan is an automated, recurring process that checks for changes or newly introduced vulnerabilities and skips the **analytics** scan if no changes are detected.
     </Note>

4. Select a record to view general information about the scan or its logs.
   * **View details**: View scan details for in-depth information about a specific scan, including the scan status, result UUID, detected programming languages, system details, and the versions of key development tools used in the environment.

   * **Overview**: General information about the scans.

   * **Logs**: Monitor scan logs, even while scans are running, and filter by severity level, with selectable log severity from Emergency, Alert, Critical, Error, Warning, Notice, Info, or Debug for in-depth debugging and policy evaluations.

     You can access scan logs and toolchain details for projects onboarded through Endor Labs cloud using the GitHub, GitLab, or Azure DevOps Apps. The log levels in the selected scan result determine the available log severities.

     <img src="https://mintcdn.com/endorlabs-b4795f4f/2CFeZIRm7eKUPEq0/images/inventory-insights/scan-history/scan-history-logs.webp?fit=max&auto=format&n=2CFeZIRm7eKUPEq0&q=85&s=31beef498d6eb8843f177f17bc61ef77" alt="scan history logs" width="3066" height="1804" data-path="images/inventory-insights/scan-history/scan-history-logs.webp" />

   * **Issues**: View additional errors and warnings from the scan.
     <img src="https://mintcdn.com/endorlabs-b4795f4f/2CFeZIRm7eKUPEq0/images/inventory-insights/scan-history/scan-history-issues.webp?fit=max&auto=format&n=2CFeZIRm7eKUPEq0&q=85&s=775a785c8f25827d6b116adf64992ee6" alt="scan history issues" width="1717" height="633" data-path="images/inventory-insights/scan-history/scan-history-issues.webp" />
