Skip to content

Commit 37957e6

Browse files
feat(ondemandscanning): update the api
#### ondemandscanning:v1 The following keys were added: - schemas.Maintainer (Total Keys: 4) - schemas.PackageData.properties.maintainer.$ref (Total Keys: 1) #### ondemandscanning:v1beta1 The following keys were added: - schemas.Maintainer (Total Keys: 4) - schemas.PackageData.properties.maintainer.$ref (Total Keys: 1)
1 parent 0cc1cc0 commit 37957e6

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ <h3>Method Details</h3>
112112
},
113113
],
114114
&quot;hashDigest&quot;: &quot;A String&quot;, # HashDigest stores the SHA512 hash digest of the jar file if the package is of type Maven. This field will be unset for non Maven packages.
115+
&quot;maintainer&quot;: { # The maintainer of the package.
116+
&quot;kind&quot;: &quot;A String&quot;,
117+
&quot;name&quot;: &quot;A String&quot;,
118+
},
115119
&quot;os&quot;: &quot;A String&quot;, # The OS affected by a vulnerability Used to generate the cpe_uri for OS packages
116120
&quot;osVersion&quot;: &quot;A String&quot;, # The version of the OS Used to generate the cpe_uri for OS packages
117121
&quot;package&quot;: &quot;A String&quot;, # The package being analysed for vulnerabilities

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ <h3>Method Details</h3>
111111
},
112112
],
113113
&quot;hashDigest&quot;: &quot;A String&quot;, # HashDigest stores the SHA512 hash digest of the jar file if the package is of type Maven. This field will be unset for non Maven packages.
114+
&quot;maintainer&quot;: { # The maintainer of the package.
115+
&quot;kind&quot;: &quot;A String&quot;,
116+
&quot;name&quot;: &quot;A String&quot;,
117+
},
114118
&quot;os&quot;: &quot;A String&quot;, # The OS affected by a vulnerability Used to generate the cpe_uri for OS packages
115119
&quot;osVersion&quot;: &quot;A String&quot;, # The version of the OS Used to generate the cpe_uri for OS packages
116120
&quot;package&quot;: &quot;A String&quot;, # The package being analysed for vulnerabilities

googleapiclient/discovery_cache/documents/ondemandscanning.v1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20230213",
342+
"revision": "20230227",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -1473,6 +1473,18 @@
14731473
},
14741474
"type": "object"
14751475
},
1476+
"Maintainer": {
1477+
"id": "Maintainer",
1478+
"properties": {
1479+
"kind": {
1480+
"type": "string"
1481+
},
1482+
"name": {
1483+
"type": "string"
1484+
}
1485+
},
1486+
"type": "object"
1487+
},
14761488
"Material": {
14771489
"id": "Material",
14781490
"properties": {
@@ -1703,6 +1715,10 @@
17031715
"description": "HashDigest stores the SHA512 hash digest of the jar file if the package is of type Maven. This field will be unset for non Maven packages.",
17041716
"type": "string"
17051717
},
1718+
"maintainer": {
1719+
"$ref": "Maintainer",
1720+
"description": "The maintainer of the package."
1721+
},
17061722
"os": {
17071723
"description": "The OS affected by a vulnerability Used to generate the cpe_uri for OS packages",
17081724
"type": "string"

googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20230213",
342+
"revision": "20230227",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -1469,6 +1469,18 @@
14691469
},
14701470
"type": "object"
14711471
},
1472+
"Maintainer": {
1473+
"id": "Maintainer",
1474+
"properties": {
1475+
"kind": {
1476+
"type": "string"
1477+
},
1478+
"name": {
1479+
"type": "string"
1480+
}
1481+
},
1482+
"type": "object"
1483+
},
14721484
"Material": {
14731485
"id": "Material",
14741486
"properties": {
@@ -1699,6 +1711,10 @@
16991711
"description": "HashDigest stores the SHA512 hash digest of the jar file if the package is of type Maven. This field will be unset for non Maven packages.",
17001712
"type": "string"
17011713
},
1714+
"maintainer": {
1715+
"$ref": "Maintainer",
1716+
"description": "The maintainer of the package."
1717+
},
17021718
"os": {
17031719
"description": "The OS affected by a vulnerability Used to generate the cpe_uri for OS packages",
17041720
"type": "string"

0 commit comments

Comments
 (0)