Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Check that cosign.pub matches private key (#193)
This avoids images which can't be updated due to `invalid signature` errors because cosign.pub doesn't match the private key actually used for signing. The error is caught early in the build process as there's no point creating an image if cosign.pub is wrong. Co-authored-by: mjs <[email protected]>
- Loading branch information