Conversation
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>
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.
No description provided.