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
feat: add SLSA provenance and attestations to all Docker build workflows (#1670)
* feat: add SLSA provenance and attestations to all Docker build workflows
Enable provenance: true and sbom: true on all image builds, upgrade
attest-build-provenance to v2, and add merged manifest attestation
for multi-platform bake workflows.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: compute merged manifest digest from raw bytes instead of Go template
The --format '{{.Manifest.Digest}}' template doesn't work for OCI image
indexes. Use --raw | sha256sum to reliably compute the digest.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: remove setup-qemu-action from build workflows
QEMU is unnecessary since all platform builds run on native runners.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments