Skip to content

Commit

Permalink
feat(ondemandscanning): update the api
Browse files Browse the repository at this point in the history
#### ondemandscanning:v1

The following keys were added:
- schemas.PackageData.properties.packageType.type (Total Keys: 1)

#### ondemandscanning:v1beta1

The following keys were added:
- schemas.PackageData.properties.packageType.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 29, 2021
1 parent 831ba93 commit c04b402
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/dyn/ondemandscanning_v1.projects.locations.scans.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ <h3>Method Details</h3>
&quot;os&quot;: &quot;A String&quot;, # The OS affected by a vulnerability This field is deprecated and the information is in cpe_uri
&quot;osVersion&quot;: &quot;A String&quot;, # The version of the OS This field is deprecated and the information is in cpe_uri
&quot;package&quot;: &quot;A String&quot;, # The package being analysed for vulnerabilities
&quot;packageType&quot;: &quot;A String&quot;, # The type of package: os, maven, go, etc.
&quot;unused&quot;: &quot;A String&quot;,
&quot;version&quot;: &quot;A String&quot;, # The version of the package being analysed
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ <h3>Method Details</h3>
&quot;os&quot;: &quot;A String&quot;, # The OS affected by a vulnerability This field is deprecated and the information is in cpe_uri
&quot;osVersion&quot;: &quot;A String&quot;, # The version of the OS This field is deprecated and the information is in cpe_uri
&quot;package&quot;: &quot;A String&quot;, # The package being analysed for vulnerabilities
&quot;packageType&quot;: &quot;A String&quot;, # The type of package: os, maven, go, etc.
&quot;unused&quot;: &quot;A String&quot;,
&quot;version&quot;: &quot;A String&quot;, # The version of the package being analysed
},
Expand Down
24 changes: 21 additions & 3 deletions googleapiclient/discovery_cache/documents/ondemandscanning.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
}
}
},
"revision": "20210524",
"revision": "20210618",
"rootUrl": "https://ondemandscanning.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -1053,7 +1053,8 @@
"DEPLOYMENT",
"DISCOVERY",
"ATTESTATION",
"UPGRADE"
"UPGRADE",
"COMPLIANCE"
],
"enumDescriptions": [
"Default value. This value is unused.",
Expand All @@ -1064,7 +1065,8 @@
"The note and occurrence track deployment events.",
"The note and occurrence track the initial discovery status of a resource.",
"This represents a logical \"role\" that can attest to artifacts.",
"This represents an available package upgrade."
"This represents an available package upgrade.",
"This represents a Compliance Note"
],
"type": "string"
},
Expand Down Expand Up @@ -1158,6 +1160,22 @@
"description": "The package being analysed for vulnerabilities",
"type": "string"
},
"packageType": {
"description": "The type of package: os, maven, go, etc.",
"enum": [
"PACKAGE_TYPE_UNSPECIFIED",
"OS",
"MAVEN",
"GO"
],
"enumDescriptions": [
"",
"Operating System",
"",
""
],
"type": "string"
},
"unused": {
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
}
}
},
"revision": "20210524",
"revision": "20210618",
"rootUrl": "https://ondemandscanning.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -1053,7 +1053,8 @@
"DEPLOYMENT",
"DISCOVERY",
"ATTESTATION",
"UPGRADE"
"UPGRADE",
"COMPLIANCE"
],
"enumDescriptions": [
"Default value. This value is unused.",
Expand All @@ -1064,7 +1065,8 @@
"The note and occurrence track deployment events.",
"The note and occurrence track the initial discovery status of a resource.",
"This represents a logical \"role\" that can attest to artifacts.",
"This represents an available package upgrade."
"This represents an available package upgrade.",
"This represents a Compliance Note"
],
"type": "string"
},
Expand Down Expand Up @@ -1158,6 +1160,22 @@
"description": "The package being analysed for vulnerabilities",
"type": "string"
},
"packageType": {
"description": "The type of package: os, maven, go, etc.",
"enum": [
"PACKAGE_TYPE_UNSPECIFIED",
"OS",
"MAVEN",
"GO"
],
"enumDescriptions": [
"",
"Operating System",
"",
""
],
"type": "string"
},
"unused": {
"type": "string"
},
Expand Down

0 comments on commit c04b402

Please sign in to comment.