Skip to content

Commit e442b58

Browse files
feat(containeranalysis): update the api
#### containeranalysis:v1alpha1 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)
1 parent 3f4ac75 commit e442b58

5 files changed

+143
-71
lines changed

docs/dyn/containeranalysis_v1alpha1.projects.notes.occurrences.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,17 @@ <h3>Method Details</h3>
138138
},
139139
&quot;recipe&quot;: { # 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
140140
&quot;arguments&quot;: [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were &quot;make&quot;, then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.
141-
&quot;A String&quot;,
141+
{
142+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
143+
},
142144
],
143145
&quot;definedInMaterial&quot;: &quot;A String&quot;, # Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were &quot;make&quot;, then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn&#x27;t come from a material, as zero is default unset value for int64.
144146
&quot;entryPoint&quot;: &quot;A String&quot;, # 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 &quot;make&quot;, then this would reference the directory in which to run make as well as which target to use.
145-
&quot;environment&quot;: { # 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.
146-
&quot;a_key&quot;: &quot;A String&quot;,
147-
},
147+
&quot;environment&quot;: [ # 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.
148+
{
149+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
150+
},
151+
],
148152
&quot;type&quot;: &quot;A String&quot;, # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
149153
},
150154
},
@@ -390,13 +394,17 @@ <h3>Method Details</h3>
390394
},
391395
&quot;recipe&quot;: { # 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
392396
&quot;arguments&quot;: [ # Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were &quot;make&quot;, then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.
393-
&quot;A String&quot;,
397+
{
398+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
399+
},
394400
],
395401
&quot;definedInMaterial&quot;: &quot;A String&quot;, # Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were &quot;make&quot;, then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn&#x27;t come from a material, as zero is default unset value for int64.
396402
&quot;entryPoint&quot;: &quot;A String&quot;, # 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 &quot;make&quot;, then this would reference the directory in which to run make as well as which target to use.
397-
&quot;environment&quot;: { # 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.
398-
&quot;a_key&quot;: &quot;A String&quot;,
399-
},
403+
&quot;environment&quot;: [ # 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.
404+
{
405+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
406+
},
407+
],
400408
&quot;type&quot;: &quot;A String&quot;, # URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
401409
},
402410
},

0 commit comments

Comments
 (0)