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
Some tools allow generating SBOM while building: docker buildx has a --sbom argument and podman buildhas it and some more too (I didn't find the option in Kaniko).
It would be nice to be able to set the --sbom parameter in the options configuration, for example:
Hello,
Some tools allow generating SBOM while building:
docker buildx
has a--sbom
argument andpodman build
has it and some more too (I didn't find the option in Kaniko).It would be nice to be able to set the
--sbom
parameter in theoptions
configuration, for example:Note: in the example, I set the
--sbom
argument totrue
to simplify but it can be a string with more configuration.Do you think it may be possible to add this argument, despite the fact that the option is different on Docker and Podman and even absent in Kaniko ?
The text was updated successfully, but these errors were encountered: