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

AMI Scan Artifacts

The AMI Scan Artifacts page allows users to scan Amazon Machine Images (AMIs) stored in Amazon S3 buckets and generate a Software Bill of Materials (SBOM) for managed AWS EC2 instances.

The panel at the top displays the total number of artifacts in the application, the number of deployed artifacts and number of deployed overridden artifacts.

The top panel displays the summary of the risk status of the listed artifacts

  • Critical Risk - The deployments that are of critical risk.

  • High Risk - The deployments that are of high risk.

  • Medium Risk - The deployments that are of medium risk.

  • Low Risk - The deployments that are of low risk.

The panel below displays the details of the artifacts.

  • Artifact - Displays the name of the artifact.

  • Artifact Version - Displays the version of the artifact.

  • Semantic Tags - Displays the tags for the artifact that were sent in the build events.

  • Vulnerability - Displays the number of vulnerabilities identified for the given artifact. On clicking it, the Vulnerabilities Management details page is displayed.

  • Open Issues - Displays the number of open security issues (alerts) identified for the given artifact.

  • Created on - Displays the date when the artifact was created.

  • SBOM - On clicking View, the SBOM page for the related artifact is displayed. Refer SBOM for more details.

  • DBOM - On clicking the displayed risk status, the DBOM page for the related artifact is displayed.

  • Actions - On clicking the three dots, you can download the SBOM of the artifact.

Last updated