Skip to content

Commit 443abe3

Browse files
gcf-owl-bot[bot]danieljbruceddelgrosso1
authored
feat: [binaryauthorization] Import of Grafeas from Github (#4051)
* feat: Import of Grafeas from Github PiperOrigin-RevId: 513603965 Source-Link: googleapis/googleapis@7044962 Source-Link: googleapis/googleapis-gen@0ca25aa Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbmFyeWF1dGhvcml6YXRpb24vLk93bEJvdC55YW1sIiwiaCI6IjBjYTI1YWExMjQ1Y2U0MDU3ZjNmYmQ4ODY1M2U1ODk3MDczMWY1NzEifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com> Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
1 parent 146700d commit 443abe3

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

packages/google-cloud-binaryauthorization/protos/grafeas/v1/vulnerability.proto

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ message VulnerabilityNote {
152152
// CVSS version used to populate cvss_score and severity.
153153
grafeas.v1.CVSSVersion cvss_version = 7;
154154

155-
// Next free ID is 8.
155+
// The full description of the v2 CVSS for this vulnerability.
156+
CVSS cvss_v2 = 8;
157+
158+
// Next free ID is 9.
156159
}
157160

158161
// An occurrence of a severity vulnerability on a resource.
@@ -247,5 +250,8 @@ message VulnerabilityOccurrence {
247250
// Output only. CVSS version used to populate cvss_score and severity.
248251
grafeas.v1.CVSSVersion cvss_version = 11;
249252

250-
// Next free ID is 12.
253+
// The cvss v2 score for the vulnerability.
254+
CVSS cvss_v2 = 12;
255+
256+
// Next free ID is 13.
251257
}

packages/google-cloud-binaryauthorization/samples/generated/v1/snippet_metadata.google.cloud.binaryauthorization.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-binaryauthorization",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-binaryauthorization/samples/generated/v1beta1/snippet_metadata.google.cloud.binaryauthorization.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-binaryauthorization",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

0 commit comments

Comments
 (0)