Skip to content

Commit

Permalink
docs: fix cosign links
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Sep 17, 2024
1 parent 9e385d9 commit 51a14cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Both containers can be used in Visual Studio Code or GitHub Codespaces without a

### Verify image signature

The container images are signed with [SigStore](https://www.sigstore.dev/) [Cosign](https://docs.sigstore.dev/signing/quickstart/) using a keyless signing method.
The container images are signed with [SigStore](https://www.sigstore.dev/) [Cosign](https://docs.sigstore.dev/cosign/signing/overview/) using a keyless signing method.

The signature can be verified with the following command (using Docker), verifying that the image is actually signed by the GitHub CI system:
The signature can be [verified](https://docs.sigstore.dev/cosign/verifying/verify/) with the following command (using Docker), verifying that the image is actually signed by the GitHub CI system:

> amp-devcontainer-cpp
Expand Down

0 comments on commit 51a14cf

Please sign in to comment.