Skip to content

Commit

Permalink
Separate command and output
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag <contact.anurag7@gmail.com>
  • Loading branch information
kranurag7 committed Sep 6, 2023
1 parent ca45e4c commit e4ce32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/tasks/verify-container-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ All of the four images are hosted by [registry.k8s.io](https://registry.k8s.io).

```bash
$ cosign verify registry.k8s.io/cluster-api/cluster-api-controller:v1.5.0 --certificate-identity krel-trust@k8s-releng-prod.iam.gserviceaccount.com --certificate-oidc-issuer https://accounts.google.com | jq .

```
```text
Verification for registry.k8s.io/cluster-api/cluster-api-controller:v1.5.0 --
The following checks were performed on each of these signatures:
- The cosign claims were validated
Expand Down

0 comments on commit e4ce32a

Please sign in to comment.