mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2026-01-07 04:31:48 +00:00
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 <mjs@users.noreply.github.com>