Skip to content

Commit 70da46f

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new field last_vulnerability_update_time is added to message .grafeas.v1.DiscoveryOccurrence
PiperOrigin-RevId: 861286340
1 parent 2ac8897 commit 70da46f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

grafeas/v1/discovery.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,7 @@ message DiscoveryOccurrence {
156156

157157
// Files that make up the resource described by the occurrence.
158158
repeated File files = 11;
159+
160+
// The last time vulnerability scan results changed.
161+
google.protobuf.Timestamp last_vulnerability_update_time = 12;
159162
}

grafeas/v1/swagger/grafeas.swagger.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,6 +3030,11 @@
30303030
"$ref": "#/definitions/DiscoveryOccurrenceFile"
30313031
},
30323032
"description": "Files that make up the resource described by the occurrence."
3033+
},
3034+
"lastVulnerabilityUpdateTime": {
3035+
"type": "string",
3036+
"format": "date-time",
3037+
"description": "The last time vulnerability scan results changed."
30333038
}
30343039
},
30353040
"description": "Provides information about the analysis status of a discovered resource."

0 commit comments

Comments
 (0)