Skip to content

Commit c4bc48d

Browse files
committed
feat(build): embed auditable Rust dependency metadata
Signed-off-by: Adrien Langou <alangou@nvidia.com>
1 parent 8be8b62 commit c4bc48d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.agents/skills/sbom/SKILL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ The OpenShell SBOM tooling produces source-tree CycloneDX JSON SBOMs using Syft,
1313

1414
SBOMs are **release artifacts only** -- they are generated on demand and not committed to the repository. Output lands in `deploy/sbom/output/` (gitignored).
1515

16-
Release Dev and Release Tag image builds separately embed cargo-auditable metadata in the staged gateway and supervisor binaries. This metadata describes the binary's Rust dependency graph and lets Syft discover Cargo packages from the binary itself. It is not a complete image SBOM and is not an OCI SBOM attestation; publishing such an attestation remains separate work.
16+
Release Dev and Release Tag image builds separately embed cargo-auditable
17+
metadata in the staged gateway and supervisor binaries. This metadata describes
18+
the binary's Rust dependency graph and lets Syft discover Cargo packages from
19+
the binary itself. It is not a complete image SBOM and is not an OCI SBOM
20+
attestation; publishing such an attestation remains separate work.
1721

1822
## Prerequisites
1923

0 commit comments

Comments
 (0)