You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support SBOM generation with OCI layout export
When exportToCache is enabled, Docker images are exported in OCI layout
format (image.tar) and never loaded into Docker daemon. SBOM generation
was failing because it tried to inspect the Docker daemon.
This fix detects OCI layout export and uses Syft's oci-archive source
provider to scan the image.tar directly, enabling SBOM generation for
all three formats (CycloneDX, SPDX, Syft) in SLSA L3 compliant builds.
Co-authored-by: Ona <[email protected]>
0 commit comments