diff --git a/README.md b/README.md index f9bea21..1662331 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To verify the image, specify a certificate subject and a certificate issuer using the `--certificate-identity` and `--certificate-oidc-issuer` flags: -```shell +```ShellSession $ podman run registry.opensuse.org/opensuse/cosign:2.4 \ verify $IMAGE \ --certificate-identity=$IDENTITY \ @@ -41,7 +41,7 @@ information and caveats on other signature formats. Valid payload is printed to stdout, in JSON format. Note that the signed payload includes the digest of the container image, which indicated that these "detached" signatures apply to the correct image. -```shell +```ShellSession $ podman run registry.opensuse.org/opensuse/cosign:2.4 verify --key cosign.pub $IMAGE_URI:1h The following checks were performed on these signatures: - The cosign claims were validated diff --git a/cosign-image.changes b/cosign-image.changes index ce4d76d..f162364 100644 --- a/cosign-image.changes +++ b/cosign-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 25 15:35:24 UTC 2024 - SUSE Update Bot + +- README formatting hint fix + ------------------------------------------------------------------- Mon Nov 25 11:56:16 UTC 2024 - SUSE Update Bot