Overview
Implement supply chain security features to comply with the EU Cyber Resilience Act (Regulation EU 2024/2847).
Timeline:
- September 2026: Vulnerability reporting to ENISA required
- December 2027: Full SBOM enforcement
Implemented Features (PR #407)
Phase 1: SBOM Generation
Phase 2: Attestations & Signing
Phase 4: Reproducibility
Remaining Tasks
Verification (after merge)
Future Improvements
Verification Commands
After alpha release, verify with:
# Verify GitHub attestations
gh attestation verify \
oci://ghcr.io/eins78/hello-world-web@sha256:<digest> \
--owner eins78
# Verify Cosign signature
cosign verify \
--certificate-identity-regexp "github.com/eins78/hello-world-web" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/eins78/hello-world-web@sha256:<digest>
Overview
Implement supply chain security features to comply with the EU Cyber Resilience Act (Regulation EU 2024/2847).
Timeline:
Implemented Features (PR #407)
Phase 1: SBOM Generation
Phase 2: Attestations & Signing
Phase 4: Reproducibility
Remaining Tasks
Verification (after merge)
Future Improvements
Verification Commands
After alpha release, verify with: