Skip to content

Commit

Permalink
Fix typo in signing images based on #338 (#478)
Browse files Browse the repository at this point in the history
Signed-off-by: OrlinVasilev <ovasilev@vmware.com>
  • Loading branch information
OrlinVasilev committed Jul 11, 2023
1 parent dc61d86 commit ccc8283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A key feature of using Cosign with Harbor is the ability use Harbor's [replicati

Before starting to sign with Cosign, you must have cosign installed locally and have a generated a private key. See the [Cosign documentation](https://github.com/sigstore/cosign) for more installation information.

Use the `cosign sign` command to sign an image and upload the Cosign signature to your Harbor instance. Replace `<harbor-instance>/<image/path><image-tag>` in the example below with your Harbor instance and the path to the image.
Use the `cosign sign` command to sign an image and upload the Cosign signature to your Harbor instance. Replace `<harbor-instance>/<image/path>:<image-tag>` in the example below with your Harbor instance and the path to the image.

```
cosign sign --key cosign.key <harbor-instance>/<image/path>:<image-tag>
Expand Down

0 comments on commit ccc8283

Please sign in to comment.