Class: Grafeas::V1::NonCompliantFile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_command::String

Returns Command to display the non-compliant files.

Returns:

  • (::String)

    Command to display the non-compliant files.



97
98
99
100
# File 'proto_docs/grafeas/v1/compliance.rb', line 97

class NonCompliantFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#path::String

Returns Empty if display_command is set.

Returns:

  • (::String)

    Empty if display_command is set.



97
98
99
100
# File 'proto_docs/grafeas/v1/compliance.rb', line 97

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.

Returns:

  • (::String)

    Explains why a file is non compliant for a CIS check.



97
98
99
100
# File 'proto_docs/grafeas/v1/compliance.rb', line 97

class NonCompliantFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end