docs: document CycloneDX SBOM export - #37
Merged
Merged
Conversation
Follows up #36 by documenting the new --format cyclonedx everywhere users look for output formats. - docs/usage.md: bump "four formats" to five, add the format to the table, add a dedicated CycloneDX SBOM section with example output and scope/usage notes - docs/modules.md: add an SBOM Export subsection under the SCA engine - docs/index.md: list CycloneDX in standards and the reporter package comment - docs/branch-monitoring.md: add cyclonedx to the monitor --format values - docs/security.md: include cyclonedx in the 0600 report-permission note - README.md: reporter package comment - cli/monitor: add cyclonedx to the --format help text (monitor routes through reporter.New, so the format already works there) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #36 — documents the new
--format cyclonedxeverywhere users look for output formats.--output, derived from SCA so don't combine with--no-sca).cyclonedxadded to the monitor--formatvalues.cyclonedxincluded in the0600report-permission note.cyclonedxadded to the--formathelp text (the monitor routes throughreporter.New, so the format already works there).Docs-only plus one help-string change.
go build,gofmtclean.