forked from slsa-framework/github-actions-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.provenance
42 lines (42 loc) · 1.16 KB
/
build.provenance
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/v0.1",
"subject": [
{
"name": "salsa.txt",
"digest": {
"sha256": "f8161d035cdf328c7bb124fce192cb90b603f34ca78d73e33b736b4f6bddf993"
}
}
],
"predicateType": "https://slsa.dev/provenance/v0.1",
"predicate": {
"builder": {
"id": "https://github.com/slsa-framework/github-actions-demo/Attestations/GitHubHostedActions@v1"
},
"metadata": {
"buildInvocationId": "https://github.com/slsa-framework/github-actions-demo/actions/runs/940146003",
"completeness": {
"arguments": true,
"environment": false,
"materials": false
},
"reproducible": false,
"buildFinishedOn": "2021-06-15T17:24:42Z"
},
"recipe": {
"type": "https://github.com/Attestations/GitHubActionsWorkflow@v1",
"definedInMaterial": 0,
"entryPoint": "Create a sample provenance",
"arguments": null,
"environment": null
},
"materials": [
{
"uri": "git+https://github.com/slsa-framework/github-actions-demo",
"digest": {
"sha1": "86439f2a3f6e2bddb608860b1895310a9fcb06a1"
}
}
]
}
}