mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-17 18:52:14 -05:00
Add new generate measurements matrix CI/CD action (now with AWS support) (#641)
This commit is contained in:
parent
6af54142f2
commit
89b25f8ebb
11 changed files with 533 additions and 322 deletions
|
|
@ -126,9 +126,9 @@ The format of the image measurements is described in the [secure software distri
|
|||
The image measurements are stored in a folder structure in S3 that is organized by CSP and `image version uid`.
|
||||
|
||||
```
|
||||
s3://<BUCKET-NAME>/constellation/v1/measurements/<CSP>/<IMAGE-VERSION-UID>/measurements.json
|
||||
s3://<BUCKET-NAME>/constellation/v1/measurements/<CSP>/<IMAGE-VERSION-UID>/measurements.json.sig
|
||||
s3://<BUCKET-NAME>/constellation/v1/measurements/<CSP>/<IMAGE-VERSION-UID>/measurements.image.json
|
||||
s3://<BUCKET-NAME>/constellation/v1/measurements/<IMAGE-VERSION-UID>/<CSP>/measurements.json
|
||||
s3://<BUCKET-NAME>/constellation/v1/measurements/<IMAGE-VERSION-UID>/<CSP>/measurements.json.sig
|
||||
s3://<BUCKET-NAME>/constellation/v1/measurements/<IMAGE-VERSION-UID>/<CSP>/measurements.image.json
|
||||
```
|
||||
|
||||
## CLI image discovery
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue