mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
4ddc5159f7
Adds [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) to the Docker build workflow so consumers can verify images were built by CI: ```bash gh attestation verify oci://ghcr.io/j178/prek:latest --repo j178/prek ``` Similar to #1494 which added attestations for release artifacts. Reference: [astral-sh/uv#8685](https://github.com/astral-sh/uv/pull/8685)