Skip to content

Commit

Permalink
feat(containeranalysis): update the API
Browse files Browse the repository at this point in the history
#### containeranalysis:v1alpha1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### containeranalysis:v1beta1

The following keys were added:
- schemas.Detail.properties.vendor.description
- schemas.Detail.properties.vendor.type

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 3ea5ec0 commit 13f0991
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/containeranalysis-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -1217,7 +1217,7 @@
}
}
},
"revision": "20210226",
"revision": "20210326",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"Artifact": {
Expand Down
8 changes: 6 additions & 2 deletions discovery/containeranalysis-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -853,7 +853,7 @@
}
}
},
"revision": "20210226",
"revision": "20210326",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -1516,6 +1516,10 @@
"description": "The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.",
"format": "google-datetime",
"type": "string"
},
"vendor": {
"description": "The name of the vendor of the product.",
"type": "string"
}
},
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions src/apis/containeranalysis/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@ export namespace containeranalysis_v1beta1 {
* The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
*/
sourceUpdateTime?: string | null;
/**
* The name of the vendor of the product.
*/
vendor?: string | null;
}
/**
* Details of an attestation occurrence.
Expand Down

0 comments on commit 13f0991

Please sign in to comment.