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
docs: document CycloneDX SBOM export across docs and monitor help (#37)
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: filipi86 <filipi86@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Auto-detecting a local Ollama requires more than `HTTP 200` on port `11434` —
108
108
109
109
## Report Output Permissions
110
110
111
-
When `--output <file>` is used for `text`, `json`, `sarif`, or `html` reports, the file is created with mode `0600` (user-only). Reports embed vulnerable code snippets, matched secrets, and AI remediation text; on shared CI runners or workstations they should not be world-readable by default. If you need the report to be readable by other accounts, adjust the permissions after generation.
111
+
When `--output <file>` is used for `text`, `json`, `sarif`, `html`, or `cyclonedx` reports, the file is created with mode `0600` (user-only). Reports embed vulnerable code snippets, matched secrets, and AI remediation text; on shared CI runners or workstations they should not be world-readable by default. If you need the report to be readable by other accounts, adjust the permissions after generation.
0 commit comments