Skip to content

Commit 62559f7

Browse files
committed
Refactor README and add CONTRIBUTING instructions
1 parent 83f0074 commit 62559f7

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# How to Contribute
2+
3+
Currently this project is not accepting contributions. Should you have any
4+
concerns, please open an issue and project maintainers will be in touch.

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
This directory contains the VSAs for GKE VM images. The subfolder structure will follow the pattern -
1+
This directory contains the VSAs (Verification Summary Attestations) for GKE VM images.
2+
(we are not making VSAs for container images public at the moment). The subfolder
3+
structure will follow the pattern -
24

35
```
4-
<VM_IAMGE_PROJECT>/<VM_IMAGE_NAME>:<VM_IMAGE_ID>.intoto.jsonl
6+
<VM_IAMGE_PROJECT_ID>:<VM_IAMGE_PROJECT_NUMBER>/<VM_IMAGE_NAME>:<VM_IMAGE_ID>.intoto.jsonl
57
```
68

79
For eg: VSA for -
8-
`gke-master-images:gke-1288-gke1166000-cos-109-17800-147-54-c-pre` will be stored at -
9-
`gke-master-images/gke-1288-gke1166000-cos-109-17800-147-54-c-pre:7627254251642584359.intoto.jsonl`
10-
where `7627254251642584359` is GCE VM image ID.
10+
`gke-master-images/gke-1288-gke1166000-cos-109-17800-147-54-c-pre` will be
11+
stored at -
12+
`gke-master-images:78064567238/gke-1288-gke1166000-cos-109-17800-147-54-c-pre:7627254251642584359.intoto.jsonl`
13+
where `78064567238` is the Project number & `7627254251642584359` is GCE VM image ID.
1114

12-
* GitHub repo: https://github.com/googlecloudPlatform/gke-vsa
15+
* GitHub repo: https://github.com/googlecloudPlatform/gke-vsa
16+
17+
*Note:* This directory does **not** exist yet.

0 commit comments

Comments
 (0)