Skip to content

feat: add bom support#64

Merged
pacphi merged 3 commits intomainfrom
feature/add-bom-support
Feb 9, 2026
Merged

feat: add bom support#64
pacphi merged 3 commits intomainfrom
feature/add-bom-support

Conversation

@pacphi
Copy link
Copy Markdown
Owner

@pacphi pacphi commented Feb 9, 2026

No description provided.

pacphi and others added 3 commits February 9, 2026 12:18
Adds comprehensive BOM generation and verification for extensions,
enabling security auditing, compliance reporting (SPDX/CycloneDX),
and accurate software inventory tracking.

Key Features:
- BOM generation engine with component, version, and license tracking
- CLI commands: bom generate/verify, extension docs
- Auto-generated extension docs replacing 67 manual markdown files
- BOM sections added to all 50 extension.yaml files
- Verifier ensuring BOM-to-install-script synchronization
- Comprehensive test suite: 120 tests (105 unit + 15 integration)

Documentation:
- ADR-042: BOM Capability Architecture
- Updated CLI.md with new commands and options
- Enhanced AUTHORING.md with BOM authoring guide
- Updated EXTENSIONS.md catalog

Implementation Status: 88% complete (27/50 extensions with versions)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Update AWS credentials configuration action to v6 in Packer workflows.
This version requires GitHub Actions runner v2.327.1+ and includes
node24 runtime support, transitive tag keys, and role-chaining fixes.

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
The extension schema requires BOM tool version fields to be strings,
but YAML was parsing numeric values (0.95, 3.13, 1.2.3) as numbers.
This caused schema validation failures in CI for 23 extensions.

Quoted all 57 unquoted numeric version values across all affected
extensions to ensure they are properly parsed as strings.

Fixes GitHub Actions schema validation failure in PR #64.

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
@pacphi pacphi merged commit c9f63d3 into main Feb 9, 2026
1 check passed
@pacphi pacphi deleted the feature/add-bom-support branch February 9, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant