{{ define "sbom-section" }}
{{ if eq .SbomReason "ok" }} {{ template "sbom-details" .SbomData }} {{ else if eq .SbomReason "hold-unreachable" }}
{{ icon "wifi-off" "size-4 shrink-0" }} We couldn't reach the hold to load the SBOM.
{{ else if eq .SbomReason "not-applicable" }}

SBOMs aren't generated for this artifact type. ATCR only produces SBOMs for container images.

{{ else if eq .SbomReason "fetch-failed" }}

SBOM data couldn't be loaded. Try refreshing in a minute.

{{ else }}

No SBOM available yet. The scanner generates an SBOM alongside each scan.

{{ end }}
{{ end }}