Skip to content

0.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 15:02
· 1 commit to master since this release
bd6bfe5

Changelog

OCI image:

ghcr.io/intrand/vault-unseal:0.4.2

verify signature using cosign:

cat <<EOF > cosign.pub
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELgHf8argjeOLpD+MFnnW3D2DogAA
QuB/gVcq9O4WIk51VymzDC3XjVAoJTVju38YSLaOvCSMWbydu3GsH81h8A==
-----END PUBLIC KEY-----

EOF

cosign verify --key cosign.pub ghcr.io/intrand/vault-unseal:0.4.2;

rm -f cosign.pub