Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/cosign/signing/signing_with_blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This supports all the same flags and features as `cosign sign`, including KMS su

## Blobs in OCI Registries

You can upload blobs to an OCI registry (similar to [ORAS](https://github.com/oras-project/oras) where they can then be signed like any other image.
You can upload blobs to an OCI registry (similar to [ORAS](https://github.com/oras-project/oras)) where they can then be signed like any other image.

You can publish an artifact with `cosign upload blob`:

Expand Down Expand Up @@ -102,4 +102,4 @@ In situations where automated signing is required, such as within CI/CD pipeline

```
cosign sign-blob --yes -key cosign.key myregistry/myimage:latest
```
```