Skip to content

Commit 67a101f

Browse files
committed
git-launcher: address review feedback
1 parent 66c86e2 commit 67a101f

5 files changed

Lines changed: 274 additions & 424 deletions

File tree

.github/workflows/reproducible-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Reproducible Build
22

33
on:
44
push:
5+
# Run this tutorial workflow for branch pushes only. Without an explicit
6+
# branch filter, release tag pushes from unrelated examples can evaluate
7+
# this push trigger too.
58
branches:
69
- '**'
710
paths:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Implementation details and infrastructure patterns.
231231
| Example | Description |
232232
|---------|-------------|
233233
| [launcher](./launcher) | Generic launcher pattern for Docker Compose apps (auto-update) |
234-
| [git-launcher](./git-launcher) | Run a pinned Git commit in a TEE. |
234+
| [git-launcher](./git-launcher) | Bind TEE workload code provenance to an attested Git commit pin. |
235235
| [prelaunch-script](./prelaunch-script) | Pre-launch script patterns (Phala Cloud) |
236236
| [private-docker-image-deployment](./private-docker-image-deployment) | Using private Docker registries |
237237
| [attestation/rtmr3-based](./attestation/rtmr3-based) | RTMR3-based attestation (legacy) |

0 commit comments

Comments
 (0)