-
Notifications
You must be signed in to change notification settings - Fork 0
/
statement.json
64 lines (64 loc) · 1.85 KB
/
statement.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_type": "https://in-toto.io/Statement/v1",
"subject": [
{
"name": "file_1.ext",
"digest": {
"sha256": "fake_sha_1"
}
},
{
"name": "file_2.ext",
"digest": {
"sha256": "fake_sha_2"
}
}
],
"predicateType": "https://slsa.dev/provenance/v1",
"predicate": {
"buildDefinition": {
"buildType": "https://buildkite.github.io/slsa-buildtypes/job/v1",
"externalParameters": {
"pipeline": "https://buildkite.com/acme-corp/awesome-logger",
"repository": "https://github.com/acme-corp/awesome-logger.git",
"build": {
"branch": "main",
"commit": "2b4ba8fe79386d40ce27dc5f6cc4161a0f598cc2",
"tag": "v1.6.0"
},
"step": {
"id": "3f9c0598-5b82-4b62-8f5d-6d2d08f78733",
"command": "gem build awesome-logger.gemspec",
"key": "build-gem"
},
"job": {
"id": "2792d082-f400-4346-993c-72c4947c82b6"
}
},
"internalParameters": {
"buildkite": {
"organization_id": "19299724-43b4-4812-b823-9ea5a62b388e",
"pipeline_id": "ac95cb65-7589-41fa-9142-9cfb27f65249",
"build_id": "d3ce1ab5-df3c-4197-901d-a2339201046d",
"build_number": "49387"
}
},
"resolvedDependencies": [
{
"uri": "git+https://github.com/acme-corp/awesome-logger@refs/heads/main",
"digest": {
"gitCommit": "2b4ba8fe79386d40ce27dc5f6cc4161a0f598cc2"
}
}
]
},
"runDetails": {
"builder": {
"id": "https://github.com/buildkite-plugins/generate-provenance-attestation-buildkite-plugin@refs/tags/v1.0.0"
},
"metadata": {
"invocationId": "https://buildkite.com/acme-corp/awesome-logger/builds/49387#2792d082-f400-4346-993c-72c4947c82b6"
}
}
}
}