Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grafeas-v1/lib/grafeas/v1/common_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grafeas-v1/lib/grafeas/v1/vulnerability_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions grafeas-v1/proto_docs/grafeas/v1/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ class FileLocation
# @!attribute [rw] layer_count
# @return [::Integer]
# The number of layers that the base image is composed of.
# @!attribute [rw] registry
# @return [::String]
# The registry in which the base image is from.
class BaseImage
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
3 changes: 3 additions & 0 deletions grafeas-v1/proto_docs/grafeas/v1/vulnerability.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module V1
# @!attribute [rw] cvss_v2
# @return [::Grafeas::V1::CVSS]
# The full description of the v2 CVSS for this vulnerability.
# @!attribute [rw] advisory_publish_time
# @return [::Google::Protobuf::Timestamp]
# The time this advisory was published by the source.
class VulnerabilityNote
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
Loading