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
#### ondemandscanning:v1
The following keys were deleted:
- schemas.Recipe.properties.environment.additionalProperties.type (Total Keys: 1)
The following keys were added:
- schemas.Recipe.properties.arguments.items.additionalProperties.type (Total Keys: 1)
- schemas.Recipe.properties.environment.items (Total Keys: 2)
The following keys were changed:
- schemas.Recipe.properties.arguments.items.type (Total Keys: 1)
- schemas.Recipe.properties.environment.type (Total Keys: 1)
#### ondemandscanning:v1beta1
The following keys were deleted:
- schemas.Recipe.properties.environment.additionalProperties.type (Total Keys: 1)
The following keys were added:
- schemas.Recipe.properties.arguments.items.additionalProperties.type (Total Keys: 1)
- schemas.Recipe.properties.environment.items (Total Keys: 2)
The following keys were changed:
- schemas.Recipe.properties.arguments.items.type (Total Keys: 1)
- schemas.Recipe.properties.environment.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/ondemandscanning_v1.projects.locations.scans.vulnerabilities.html
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -143,14 +143,18 @@ <h3>Method Details</h3>
143
143
"reproducible": True or False, # If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
144
144
},
145
145
"recipe": { # Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe. # Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required
146
-
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.
147
-
"A String",
146
+
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
147
+
{
148
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
149
+
},
148
150
],
149
151
"definedInMaterial": "A String", # Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
150
152
"entryPoint": "A String", # String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
151
-
"environment": { # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy.
152
-
"a_key": "A String",
153
-
},
153
+
"environment": [ # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
154
+
{
155
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
156
+
},
157
+
],
154
158
"type": "A String", # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
155
159
},
156
160
},
@@ -343,14 +347,18 @@ <h3>Method Details</h3>
343
347
"reproducible": True or False, # If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
344
348
},
345
349
"recipe": { # Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe. # Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required
346
-
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.
347
-
"A String",
350
+
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
351
+
{
352
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
353
+
},
348
354
],
349
355
"definedInMaterial": "A String", # Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
350
356
"entryPoint": "A String", # String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
351
-
"environment": { # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy.
352
-
"a_key": "A String",
353
-
},
357
+
"environment": [ # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
358
+
{
359
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
360
+
},
361
+
],
354
362
"type": "A String", # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
Copy file name to clipboardExpand all lines: docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.vulnerabilities.html
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -143,14 +143,18 @@ <h3>Method Details</h3>
143
143
"reproducible": True or False, # If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
144
144
},
145
145
"recipe": { # Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe. # Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required
146
-
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.
147
-
"A String",
146
+
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
147
+
{
148
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
149
+
},
148
150
],
149
151
"definedInMaterial": "A String", # Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
150
152
"entryPoint": "A String", # String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
151
-
"environment": { # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy.
152
-
"a_key": "A String",
153
-
},
153
+
"environment": [ # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
154
+
{
155
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
156
+
},
157
+
],
154
158
"type": "A String", # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
155
159
},
156
160
},
@@ -343,14 +347,18 @@ <h3>Method Details</h3>
343
347
"reproducible": True or False, # If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
344
348
},
345
349
"recipe": { # Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe. # Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required
346
-
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.
347
-
"A String",
350
+
"arguments": [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
351
+
{
352
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
353
+
},
348
354
],
349
355
"definedInMaterial": "A String", # Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
350
356
"entryPoint": "A String", # String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
351
-
"environment": { # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy.
352
-
"a_key": "A String",
353
-
},
357
+
"environment": [ # Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
358
+
{
359
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
360
+
},
361
+
],
354
362
"type": "A String", # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
"description": "Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were \"make\", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.",
1454
+
"description": "Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were \"make\", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form \"Any\".",
1455
1455
"items": {
1456
-
"type": "string"
1456
+
"additionalProperties": {
1457
+
"description": "Properties of the object. Contains field @type with type URL.",
1458
+
"type": "any"
1459
+
},
1460
+
"type": "object"
1457
1461
},
1458
1462
"type": "array"
1459
1463
},
@@ -1467,11 +1471,15 @@
1467
1471
"type": "string"
1468
1472
},
1469
1473
"environment": {
1470
-
"additionalProperties": {
1471
-
"type": "string"
1474
+
"description": "Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form \"Any\".",
1475
+
"items": {
1476
+
"additionalProperties": {
1477
+
"description": "Properties of the object. Contains field @type with type URL.",
1478
+
"type": "any"
1479
+
},
1480
+
"type": "object"
1472
1481
},
1473
-
"description": "Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy.",
1474
-
"type": "object"
1482
+
"type": "array"
1475
1483
},
1476
1484
"type": {
1477
1485
"description": "URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.",
"description": "Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were \"make\", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.",
1454
+
"description": "Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were \"make\", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form \"Any\".",
1455
1455
"items": {
1456
-
"type": "string"
1456
+
"additionalProperties": {
1457
+
"description": "Properties of the object. Contains field @type with type URL.",
1458
+
"type": "any"
1459
+
},
1460
+
"type": "object"
1457
1461
},
1458
1462
"type": "array"
1459
1463
},
@@ -1467,11 +1471,15 @@
1467
1471
"type": "string"
1468
1472
},
1469
1473
"environment": {
1470
-
"additionalProperties": {
1471
-
"type": "string"
1474
+
"description": "Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form \"Any\".",
1475
+
"items": {
1476
+
"additionalProperties": {
1477
+
"description": "Properties of the object. Contains field @type with type URL.",
1478
+
"type": "any"
1479
+
},
1480
+
"type": "object"
1472
1481
},
1473
-
"description": "Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy.",
1474
-
"type": "object"
1482
+
"type": "array"
1475
1483
},
1476
1484
"type": {
1477
1485
"description": "URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.",
0 commit comments