{{ .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 }}
Platforms
This is a multi-architecture manifest list. Select a platform to view layers and vulnerabilities.
Layers ({{ len .Layers }})
| # | Command | Size |
|---|---|---|
| {{ .Index }} |
{{ if .Command }}
{{ .Command }}
{{ end }}
|
{{ humanizeBytes .Size }} |
No layer information available
{{ end }}Vulnerabilities
{{ if .VulnData }} {{ template "vuln-details" .VulnData }} {{ else }}No vulnerability scan data available
{{ end }}