[info=c6428cc8064978a36318c43779664dc4]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/cosign-image?expand=0&rev=18
This commit is contained in:
Dan Čermák 2024-11-25 15:46:03 +00:00 committed by Git OBS Bridge
parent 6ea2fc3fbe
commit f27052432a
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 25 15:35:24 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- README formatting hint fix
-------------------------------------------------------------------
Mon Nov 25 11:56:16 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>