Skip to content

Commit 8f732ec

Browse files
feat(ondemandscanning): update the api
#### ondemandscanning:v1 The following keys were added: - schemas.AnalyzePackagesRequestV1.properties.includeOsvData.type (Total Keys: 1)
1 parent 438b148 commit 8f732ec

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ <h3>Method Details</h3>
9696
The object takes the form of:
9797

9898
{ # AnalyzePackagesRequest is the request to analyze a list of packages and create Vulnerability Occurrences for it.
99+
&quot;includeOsvData&quot;: True or False, # Whether to include OSV data in the scan.
99100
&quot;packages&quot;: [ # The packages to analyze.
100101
{
101102
&quot;cpeUri&quot;: &quot;A String&quot;, # The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) in which the vulnerability may manifest. Examples include distro or storage location for vulnerable jar.

googleapiclient/discovery_cache/documents/ondemandscanning.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20210903",
342+
"revision": "20210911",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -405,6 +405,10 @@
405405
"description": "AnalyzePackagesRequest is the request to analyze a list of packages and create Vulnerability Occurrences for it.",
406406
"id": "AnalyzePackagesRequestV1",
407407
"properties": {
408+
"includeOsvData": {
409+
"description": "Whether to include OSV data in the scan.",
410+
"type": "boolean"
411+
},
408412
"packages": {
409413
"description": "The packages to analyze.",
410414
"items": {

googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20210903",
342+
"revision": "20210911",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {

0 commit comments

Comments
 (0)