You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1.projects.notes.occurrences.html
+86Lines changed: 86 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,49 @@ <h3>Method Details</h3>
231
231
"type": "A String", # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
232
232
},
233
233
},
234
+
"slsaProvenanceZeroTwo": { # See full explanation of fields at slsa.dev/provenance/v0.2.
235
+
"buildConfig": {
236
+
"a_key": "", # Properties of the object.
237
+
},
238
+
"buildType": "A String",
239
+
"builder": { # Identifies the entity that executed the recipe, which is trusted to have correctly performed the operation and populated this provenance.
240
+
"id": "A String",
241
+
},
242
+
"invocation": { # Identifies the event that kicked off the build.
243
+
"configSource": { # Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.
244
+
"digest": {
245
+
"a_key": "A String",
246
+
},
247
+
"entryPoint": "A String",
248
+
"uri": "A String",
249
+
},
250
+
"environment": {
251
+
"a_key": "", # Properties of the object.
252
+
},
253
+
"parameters": {
254
+
"a_key": "", # Properties of the object.
255
+
},
256
+
},
257
+
"materials": [
258
+
{ # The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on.
259
+
"digest": {
260
+
"a_key": "A String",
261
+
},
262
+
"uri": "A String",
263
+
},
264
+
],
265
+
"metadata": { # Other properties of the build.
"completeness": { # Indicates that the builder claims certain fields in this message to be complete.
270
+
"environment": True or False,
271
+
"materials": True or False,
272
+
"parameters": True or False,
273
+
},
274
+
"reproducible": True or False,
275
+
},
276
+
},
234
277
"subject": [
235
278
{
236
279
"digest": { # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
@@ -481,6 +524,49 @@ <h3>Method Details</h3>
481
524
"type": "A String", # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
482
525
},
483
526
},
527
+
"slsaProvenanceZeroTwo": { # See full explanation of fields at slsa.dev/provenance/v0.2.
528
+
"buildConfig": {
529
+
"a_key": "", # Properties of the object.
530
+
},
531
+
"buildType": "A String",
532
+
"builder": { # Identifies the entity that executed the recipe, which is trusted to have correctly performed the operation and populated this provenance.
533
+
"id": "A String",
534
+
},
535
+
"invocation": { # Identifies the event that kicked off the build.
536
+
"configSource": { # Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.
537
+
"digest": {
538
+
"a_key": "A String",
539
+
},
540
+
"entryPoint": "A String",
541
+
"uri": "A String",
542
+
},
543
+
"environment": {
544
+
"a_key": "", # Properties of the object.
545
+
},
546
+
"parameters": {
547
+
"a_key": "", # Properties of the object.
548
+
},
549
+
},
550
+
"materials": [
551
+
{ # The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on.
552
+
"digest": {
553
+
"a_key": "A String",
554
+
},
555
+
"uri": "A String",
556
+
},
557
+
],
558
+
"metadata": { # Other properties of the build.
"completeness": { # Indicates that the builder claims certain fields in this message to be complete.
563
+
"environment": True or False,
564
+
"materials": True or False,
565
+
"parameters": True or False,
566
+
},
567
+
"reproducible": True or False,
568
+
},
569
+
},
484
570
"subject": [
485
571
{
486
572
"digest": { # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
0 commit comments