From 9e385d9af19daffa48ad7c0990ba9a6e5ec8161e Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 02:48:56 +0000 Subject: [PATCH 1/2] Update rust-lang.rust-analyzer --- .devcontainer/rust/devcontainer-metadata-vscode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/rust/devcontainer-metadata-vscode.json b/.devcontainer/rust/devcontainer-metadata-vscode.json index cdfd2e40..80086cc6 100644 --- a/.devcontainer/rust/devcontainer-metadata-vscode.json +++ b/.devcontainer/rust/devcontainer-metadata-vscode.json @@ -7,7 +7,7 @@ "extensions": [ "mhutchie.git-graph@1.30.0", "ms-vsliveshare.vsliveshare@1.0.5936", - "rust-lang.rust-analyzer@0.3.2096", + "rust-lang.rust-analyzer@0.3.2104", "tamasfe.even-better-toml@0.19.2", "usernamehw.errorlens@3.20.0" ] From 51a14cfd56fead3444496f26829af73813a36ce5 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:41:46 +0200 Subject: [PATCH 2/2] docs: fix cosign links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2b965dc..ef7d3e4f 100644 --- a/README.md +++ b/README.md @@ -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