Skip to content

Commit a2e057b

Browse files
feat(ondemandscanning): update the api
#### ondemandscanning:v1 The following keys were added: - schemas.GrafeasV1BaseImage.properties.registry.type (Total Keys: 1) #### ondemandscanning:v1beta1 The following keys were added: - schemas.GrafeasV1BaseImage.properties.registry.type (Total Keys: 1)
1 parent c8976bf commit a2e057b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docs/dyn/ondemandscanning_v1.projects.locations.scans.vulnerabilities.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ <h3>Method Details</h3>
795795
{ # BaseImage describes a base image of a container image.
796796
&quot;layerCount&quot;: 42, # The number of layers that the base image is composed of.
797797
&quot;name&quot;: &quot;A String&quot;, # The name of the base image.
798+
&quot;registry&quot;: &quot;A String&quot;, # The registry in which the base image is from.
798799
&quot;repository&quot;: &quot;A String&quot;, # The repository name in which the base image is from.
799800
},
800801
],
@@ -909,6 +910,7 @@ <h3>Method Details</h3>
909910
{ # BaseImage describes a base image of a container image.
910911
&quot;layerCount&quot;: 42, # The number of layers that the base image is composed of.
911912
&quot;name&quot;: &quot;A String&quot;, # The name of the base image.
913+
&quot;registry&quot;: &quot;A String&quot;, # The registry in which the base image is from.
912914
&quot;repository&quot;: &quot;A String&quot;, # The repository name in which the base image is from.
913915
},
914916
],

docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.vulnerabilities.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ <h3>Method Details</h3>
795795
{ # BaseImage describes a base image of a container image.
796796
&quot;layerCount&quot;: 42, # The number of layers that the base image is composed of.
797797
&quot;name&quot;: &quot;A String&quot;, # The name of the base image.
798+
&quot;registry&quot;: &quot;A String&quot;, # The registry in which the base image is from.
798799
&quot;repository&quot;: &quot;A String&quot;, # The repository name in which the base image is from.
799800
},
800801
],
@@ -909,6 +910,7 @@ <h3>Method Details</h3>
909910
{ # BaseImage describes a base image of a container image.
910911
&quot;layerCount&quot;: 42, # The number of layers that the base image is composed of.
911912
&quot;name&quot;: &quot;A String&quot;, # The name of the base image.
913+
&quot;registry&quot;: &quot;A String&quot;, # The registry in which the base image is from.
912914
&quot;repository&quot;: &quot;A String&quot;, # The repository name in which the base image is from.
913915
},
914916
],

googleapiclient/discovery_cache/documents/ondemandscanning.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
}
345345
}
346346
},
347-
"revision": "20260126",
347+
"revision": "20260202",
348348
"rootUrl": "https://ondemandscanning.googleapis.com/",
349349
"schemas": {
350350
"AliasContext": {
@@ -1332,6 +1332,10 @@
13321332
"description": "The name of the base image.",
13331333
"type": "string"
13341334
},
1335+
"registry": {
1336+
"description": "The registry in which the base image is from.",
1337+
"type": "string"
1338+
},
13351339
"repository": {
13361340
"description": "The repository name in which the base image is from.",
13371341
"type": "string"

googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
}
345345
}
346346
},
347-
"revision": "20260126",
347+
"revision": "20260202",
348348
"rootUrl": "https://ondemandscanning.googleapis.com/",
349349
"schemas": {
350350
"AliasContext": {
@@ -1327,6 +1327,10 @@
13271327
"description": "The name of the base image.",
13281328
"type": "string"
13291329
},
1330+
"registry": {
1331+
"description": "The registry in which the base image is from.",
1332+
"type": "string"
1333+
},
13301334
"repository": {
13311335
"description": "The repository name in which the base image is from.",
13321336
"type": "string"

0 commit comments

Comments
 (0)