kubernetes-sigs / bom

A utility to generate SPDX-compliant Bill of Materials manifests

Home Page:https://kubernetes-sigs.github.io/bom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support reading/writing SBOMs from OCI registries

puerco opened this issue · comments

What would you like to be added:

Since the early days of cosign, attaching SBOMs to images has been a common pattern. Since bom can generate SBOMs of images stored in registries, we should add support for reading and pushing SBOMs to the registries.

Given enough credentials, something like this would be awesome:

bom generate --image=registry.k8s.io/pause --attach

Why is this needed:

Having support for attaching documents saves time and allows for simpler CI/CD workflows.