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
runtime SBOMs miss dependencies that are statically linked.
build time SBOMs are very large as they contain the entire bootstrap chain of all tools used in the build.
If we'd differentiate between nativeBuildInputs and buildInputs we could kind of have a middle-ground where we can list dependencies that are likely to end up being part of the final artifact without including all the build-time tooling in the SBOM
The text was updated successfully, but these errors were encountered:
runtime SBOMs miss dependencies that are statically linked.
build time SBOMs are very large as they contain the entire bootstrap chain of all tools used in the build.
If we'd differentiate between
nativeBuildInputs
andbuildInputs
we could kind of have a middle-ground where we can list dependencies that are likely to end up being part of the final artifact without including all the build-time tooling in the SBOMThe text was updated successfully, but these errors were encountered: