Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github-actions-9a9…
Browse files Browse the repository at this point in the history
…d2480a3
  • Loading branch information
rjaegers authored Sep 17, 2024
2 parents 2ebb24c + 7d08457 commit a447dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/rust/devcontainer-metadata-vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"extensions": [
"[email protected]",
"[email protected]",
"[email protected].2096",
"[email protected].2104",
"[email protected]",
"[email protected]"
]
Expand Down
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 a447dfa

Please sign in to comment.