mirror of https://github.com/containers/image.git
Point out use-sigstore-registries in sigstoreSigned documentation
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
55ea76c7db
commit
ac5d515f3e
|
|
@ -255,6 +255,8 @@ Exactly one of `keyPath` and `keyData` must be present, containing a sigstore pu
|
|||
The `signedIdentity` field has the same semantics as in the `signedBy` requirement described above.
|
||||
Note that `cosign`-created signatures only contain a repository, so only `matchRepository` and `exactRepository` can be used to accept them (and that does not protect against substitution of a signed image with an unexpected tag).
|
||||
|
||||
To use this with images hosted on image registries, the relevant registry or repository must have the `use-sigstore-attachments` option enabled in containers-registries.d(5).
|
||||
|
||||
## Examples
|
||||
|
||||
It is *strongly* recommended to set the `default` policy to `reject`, and then
|
||||
|
|
|
|||
Loading…
Reference in New Issue