Skip to content

Commit 09749b5

Browse files
feat: A new field last_vulnerability_update_time is added to message .grafeas.v1.DiscoveryOccurrence (#32397)
* feat: A new field `last_vulnerability_update_time` is added to message `.grafeas.v1.DiscoveryOccurrence` PiperOrigin-RevId: 861286340 Source-Link: googleapis/googleapis@70da46f Source-Link: googleapis/googleapis-gen@dab19f1 Copy-Tag: eyJwIjoiZ3JhZmVhcy12MS8uT3dsQm90LnlhbWwiLCJoIjoiZGFiMTlmMTA0NDBkY2QzM2MyYjUyMTAzMGU3ZmU4N2FmZjlmOTgxOSJ9 * 🦉 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>
1 parent 651d9e4 commit 09749b5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

grafeas-v1/lib/grafeas/v1/discovery_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grafeas-v1/proto_docs/grafeas/v1/discovery.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ class DiscoveryNote
6767
# @!attribute [rw] files
6868
# @return [::Array<::Grafeas::V1::DiscoveryOccurrence::File>]
6969
# Files that make up the resource described by the occurrence.
70+
# @!attribute [rw] last_vulnerability_update_time
71+
# @return [::Google::Protobuf::Timestamp]
72+
# The last time vulnerability scan results changed.
7073
class DiscoveryOccurrence
7174
include ::Google::Protobuf::MessageExts
7275
extend ::Google::Protobuf::MessageExts::ClassMethods

0 commit comments

Comments
 (0)