Skip to main content
Version: v0.19.0

skopeo

The skopeo analyzer fetches image metadata and platform details using the Skopeo CLI.

Overview

Functionality

This analyzer provides a comprehensive view of image metadata, including:

  • Raw inspect data.
  • Per-platform details for multi-arch images (architecture, OS, size, layers).
  • Exposed ports and environment variables.
  • OCI labels.

Default Rules

The following rules are provided by default:

SlugTitleLevel
skopeo-no-rootImage must not run as root.critical
skopeo-max-sizeImage size is within limits.warning
skopeo-max-layersImage has an acceptable number of layers.warning
skopeo-tag-not-latestImage tag should not be 'latest'.warning
skopeo-multi-archImage should support multiple platforms.info
skopeo-exposed-portsImage exposes permitted ports.warning
skopeo-required-labelsImage must have required OCI labels.warning
skopeo-forbidden-envImage must not contain forbidden environment variables.critical