Class: Grafeas::V1::NonCompliantFile
- Inherits:
-
Object
- Object
- Grafeas::V1::NonCompliantFile
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/compliance.rb
Overview
Details about files that caused a compliance check to fail.
Instance Attribute Summary collapse
-
#display_command ⇒ ::String
Command to display the non-compliant files.
-
#path ⇒ ::String
Empty if
display_command
is set. -
#reason ⇒ ::String
Explains why a file is non compliant for a CIS check.
Instance Attribute Details
#display_command ⇒ ::String
Returns Command to display the non-compliant files.
102 103 104 105 |
# File 'proto_docs/grafeas/v1/compliance.rb', line 102 class NonCompliantFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Empty if display_command
is set.
102 103 104 105 |
# File 'proto_docs/grafeas/v1/compliance.rb', line 102 class NonCompliantFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String
Returns Explains why a file is non compliant for a CIS check.
102 103 104 105 |
# File 'proto_docs/grafeas/v1/compliance.rb', line 102 class NonCompliantFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |