{{ define "digest" }} {{ template "head" . }} {{ template "meta" .Meta }} {{ template "nav" . }}

{{ .Manifest.Digest }}

{{ if .Manifest.Tags }} {{ range .Manifest.Tags }} {{ . }} {{ end }} {{ end }} {{ if .Manifest.IsManifestList }} Multi-arch {{ else if eq .Manifest.ArtifactType "helm-chart" }} {{ icon "helm" "size-3" }} Helm {{ end }} {{ if .Manifest.HasAttestations }} {{ icon "shield-check" "size-3" }} Attested {{ end }}
{{ icon "history" "size-4" }}{{ timeAgoShort .Manifest.CreatedAt }}
{{ if .Manifest.IsManifestList }}

Platforms

This is a multi-architecture manifest list. Select a platform to view layers and vulnerabilities.

{{ else }}

Layers ({{ len .Layers }})

{{ if .Layers }}
{{ range .Layers }} {{ end }}
# Command Size
{{ .Index }} {{ if .Command }} {{ .Command }} {{ end }} {{ humanizeBytes .Size }}
{{ else }}

No layer information available

{{ end }}

Vulnerabilities

{{ if .VulnData }} {{ template "vuln-details" .VulnData }} {{ else }}

No vulnerability scan data available

{{ end }}
{{ end }}
{{ template "footer" . }} {{ end }}