Files
git.stella-ops.org/src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/AGENTS.md
root 68da90a11a
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Restructure solution layout by module
2025-10-28 15:10:40 +02:00

772 B
Raw Blame History

StellaOps.Scanner.Sbomer.BuildXPlugin — Agent Charter

Mission

Implement the build-time SBOM generator described in docs/ARCHITECTURE_SCANNER.md and new buildx dossier requirements:

  • Provide a deterministic BuildKit/Buildx generator that produces layer SBOM fragments and uploads them to local CAS.
  • Emit OCI annotations (+provenance) compatible with Scanner.Emit and Attestor hand-offs.
  • Respect restart-time plug-in policy (plugins/scanner/buildx/ manifests) and keep CI overhead ≤300ms per layer.

Expectations

  • Read architecture + upcoming Buildx addendum before coding.
  • Ensure graceful fallback to post-build scan when generator unavailable.
  • Provide integration tests with mock BuildKit, and update TASKS.md as states change.