@@ -239,7 +239,7 @@ you can verify the checksum file signature using the following command:
239
239
240
240
` ` ` shell
241
241
cosign verify-blob --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
242
- --certificate-identity-regexp ="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0" \
242
+ --certificate-identity="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0" \
243
243
--bundle policy-server-attestation-arm64-checksum-cosign.bundle \
244
244
policy-server-attestation-arm64-checksum.txt
245
245
` ` `
@@ -249,7 +249,7 @@ can use the following command:
249
249
250
250
` ` ` shell
251
251
cosign verify --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
252
- --certificate-identity-regexp ="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0 \
252
+ --certificate-identity="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0 \
253
253
ghcr.io/kubewarden/policy-server@sha256:1abc0944378d9f3ee2963123fe84d045248d320d76325f4c2d4eb201304d4c4e
254
254
` ` `
255
255
@@ -293,7 +293,7 @@ layers signatures.
293
293
294
294
` ` ` shell
295
295
cosign verify --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
296
- --certificate-identity-regexp ="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0 \
296
+ --certificate-identity="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0 \
297
297
ghcr.io/kubewarden/policy-server@sha256:fc01fa6c82cffeffd23b737c7e6b153357d1e499295818dad0c7d207f64e6ee8
298
298
299
299
crane manifest ghcr.io/kubewarden/policy-server@sha256:fc01fa6c82cffeffd23b737c7e6b153357d1e499295818dad0c7d207f64e6ee8
@@ -350,7 +350,7 @@ crane manifest ghcr.io/kubewarden/policy-server@sha256:fc01fa6c82cffeffd23b737c
350
350
}
351
351
352
352
cosign verify --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
353
- --certificate-identity-regexp ="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0 \
353
+ --certificate-identity="https://github.com/kubewarden/policy-server/.github/workflows/attestation.yml@refs/tags/v1.17.0 \
354
354
ghcr.io/kubewarden/policy-server@sha256:594da3e8bd8c6ee2682b0db35857933f9558fd98ec092344a6c1e31398082f4d
355
355
` ` `
356
356
0 commit comments