Documentation
¶
Overview ¶
Command cbomgen renders the CBOM detection documentation from the single source of truth: the embedded catalog (internal/cbom/catalog/*.json).
It validates the catalog (every regex compiles, every CycloneDX enum value is in range) and then writes:
- website/content/docs/cbom/_index.md
- website/content/docs/cbom/algorithms.md
- website/content/docs/cbom/standards-matrix.md
- website/content/docs/cbom/catalog-format.md
- website/content/docs/cli-reference/cbom.md
Docs therefore can never drift from the detection rules. Run via:
just gen-cbom # go run ./internal/cbom/cbomgen
Click to show internal directories.
Click to hide internal directories.