Skip to content

Commit d374c95

Browse files
jvanzviccuad
andauthored
Apply suggestions from code review
Co-authored-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com> Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
1 parent c521e03 commit d374c95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ you can verify the checksum file signature using the following command:
239239

240240
```shell
241241
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" \
243243
--bundle policy-server-attestation-arm64-checksum-cosign.bundle \
244244
policy-server-attestation-arm64-checksum.txt
245245
```
@@ -249,7 +249,7 @@ can use the following command:
249249

250250
```shell
251251
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 \
253253
ghcr.io/kubewarden/policy-server@sha256:1abc0944378d9f3ee2963123fe84d045248d320d76325f4c2d4eb201304d4c4e
254254
```
255255

@@ -293,7 +293,7 @@ layers signatures.
293293

294294
```shell
295295
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 \
297297
ghcr.io/kubewarden/policy-server@sha256:fc01fa6c82cffeffd23b737c7e6b153357d1e499295818dad0c7d207f64e6ee8
298298
299299
crane manifest ghcr.io/kubewarden/policy-server@sha256:fc01fa6c82cffeffd23b737c7e6b153357d1e499295818dad0c7d207f64e6ee8
@@ -350,7 +350,7 @@ crane manifest ghcr.io/kubewarden/policy-server@sha256:fc01fa6c82cffeffd23b737c
350350
}
351351
352352
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 \
354354
ghcr.io/kubewarden/policy-server@sha256:594da3e8bd8c6ee2682b0db35857933f9558fd98ec092344a6c1e31398082f4d
355355
```
356356

0 commit comments

Comments
 (0)