Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Sign all images in manifest (#148)
Resolves #147 `cosign sign` only signs the provided digest by default. If that digest is a manifest which is currently the default for images built with Docker due to https://docs.docker.com/build/attestations/attestation-storage/, we also want to sign each image with `--recursive` so that they can be pulled by any container managers which enforce that (e.g. podman). Refer to https://github.com/sigstore/cosign/blob/main/doc/cosign_sign.md for more details. Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
- Loading branch information