azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Sign the container images we build #93

Closed JohnGarbutt closed 7 months ago

JohnGarbutt commented 7 months ago

Give the pipeline id-token permissions, so the action can automatically sign the container images.

As an example, you can verify the signature like this:

cosign verify ghcr.io/stackhpc/azimuth-caas-operator:3ec0b58 \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  --certificate-identity-regexp="https://github.com/stackhpc/azimuth-caas-operator/.github/.*"