-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexample.json
More file actions
42 lines (42 loc) · 1.54 KB
/
example.json
File metadata and controls
42 lines (42 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"_type": "https://in-toto.io/Statement/v1",
"predicateType": "https://slsa.dev/provenance/v1",
"predicate": {
"buildDefinition": {
"buildType": "https://slsa-framework.github.io/gcb-buildtypes/triggered-build/v1",
"externalParameters": {
"configSource": {
"ref": "refs/heads/main",
"repository": "https://github.com/GoogleCloudPlatform/cloud-build-samples",
"path": "basic-config/cloudbuild.yaml"
},
"sourceToBuild": {
"dir": "basic-config"
},
"substitutions": {
"count": "3",
"mass": "1.3kg",
"name": "wrench"
}
},
"resolvedDependencies": [
{
"uri": "git+https://github.com/GoogleCloudPlatform/cloud-build-samples@refs/heads/main",
"digest": { "sha1": "bb0fe8075f92bb82b679afe400a47b106f0cec4b" }
}
]
},
"runDetails": {
"metadata": {
"invocationId": "https://cloudbuild.googleapis.com/v1/projects/cloud-build-samples-project/locations/us-west1/builds/03eb98be-0390-4b05-b861-ef52ed4d2a34",
"startedOn": "2023-01-01T12:34:56Z"
}
}
},
"subject": [
{
"name": "_",
"digest": { "sha256": "fe4fe40ac7250263c5dbe1cf3138912f3f416140aa248637a60d65fe22c47da4" }
}
]
}