You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: only run social-interaction on opened events
* chore: switch to GitHub attestations
* chore: fix verify step and linter findings
* chore: remove provenance from image
* docs: added new verification commands
Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ Both containers can be used in Visual Studio Code or GitHub Codespaces without a
53
53
54
54
### Verify image signature
55
55
56
+
<details><summary>Prior to version 5.6.0</summary>
57
+
56
58
The container images are signed with [SigStore](https://www.sigstore.dev/)[Cosign](https://docs.sigstore.dev/cosign/signing/overview/) using a keyless signing method.
57
59
58
60
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:
@@ -69,12 +71,33 @@ docker run --rm gcr.io/projectsigstore/cosign verify ghcr.io/philips-software/am
69
71
docker run --rm gcr.io/projectsigstore/cosign verify ghcr.io/philips-software/amp-devcontainer-rust --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp https://github.com/philips-software/amp-devcontainer
70
72
```
71
73
74
+
</details>
75
+
76
+
The container images are signed using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action.
77
+
78
+
The attestations can be checked with the following command, verifying that the image is actually built by the GitHub CI system:
0 commit comments