Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/npm-b49670c820
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Sep 17, 2024
2 parents 6191432 + 473e8a3 commit d855016
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/cpp/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {
"version": "1.2.4",
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:3f1e02742f4eab98a798c4beb126eb467a6bd224857b6127050f0dc6e92eb310",
"integrity": "sha256:3f1e02742f4eab98a798c4beb126eb467a6bd224857b6127050f0dc6e92eb310"
"version": "1.2.5",
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:dc19b193d799be3c7c3533007624f196082b1d59024b537b7a7811d7bcbddb03",
"integrity": "sha256:dc19b193d799be3c7c3533007624f196082b1d59024b537b7a7811d7bcbddb03"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "1.0.13",
Expand All @@ -16,4 +16,4 @@
"integrity": "sha256:902b97a02d04ffd3404579d793f3e101d1126d4d198929196c5872ed75a6d351"
}
}
}
}
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": [
"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"
]
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 d855016

Please sign in to comment.