Skip to content

Commit

Permalink
State explicitly that this is just an example use of sigstore-go
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Dec 3, 2023
1 parent 5bb35d5 commit a31fa6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/oci-image-verification.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# OCI image verification using `sigstore-go`
# Example of OCI image verification using `sigstore-go`

This document will walk through using the `sigstore-go` CLI to verify an OCI image reference.

## Disclaimer

This is an example of how to use the `sigstore-go` library to verify an OCI image reference and is not intended to
replace cosign and/or be reused in production. The `sigstore-go` library is still in development and is subject to change.
The following issue tracks the cosign support of the protobuf bundle format - [#3139](https://github.com/sigstore/cosign/issues/3139).

## Requirements

- Unix-compatible OS
Expand Down

0 comments on commit a31fa6f

Please sign in to comment.