Blocked until Charts v3 reaches GA and #10603 (Helm SDK loaders) is completed.
The Helm v4 SDK handles chart version detection internally via LoadArchive/LoadDir, routing to the correct loader based on apiVersion in Chart.yaml. Once Trivy uses the SDK loaders, Charts v3 support follows naturally.
Scope
- Verify that Charts v3 (
apiVersion: v3 in Chart.yaml) is correctly loaded and scanned
- Add test coverage for Charts v3 format
References
The Helm v4 SDK handles chart version detection internally via
LoadArchive/LoadDir, routing to the correct loader based onapiVersioninChart.yaml. Once Trivy uses the SDK loaders, Charts v3 support follows naturally.Scope
apiVersion: v3inChart.yaml) is correctly loaded and scannedReferences