Skip to content

Commit

Permalink
Merge pull request #2050 from SUSE/valkey_typo
Browse files Browse the repository at this point in the history
Fix markdown type
  • Loading branch information
dcermak authored Nov 25, 2024
2 parents a717cbf + 5f015a6 commit 6e39a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bci_build/package/cosign/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{ image.pretty_reference }} \
verify $IMAGE \
--certificate-identity=$IDENTITY \
Expand All @@ -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 {{ image.pretty_reference }} verify --key cosign.pub $IMAGE_URI:1h
The following checks were performed on these signatures:
- The cosign claims were validated
Expand All @@ -52,4 +52,4 @@ The following checks were performed on these signatures:
For more use cases and information, refer to the
[sigstore cosign Quickstart](https://docs.sigstore.dev/quickstart/quickstart-cosign/).

{% include 'licensing_and_eula.j2' %}
{% include 'licensing_and_eula.j2' %}

0 comments on commit 6e39a80

Please sign in to comment.