NonCompliantFileResponse

data class NonCompliantFileResponse(val displayCommand: String, val path: String, val reason: String)

Details about files that caused a compliance check to fail.

Constructors

Link copied to clipboard
fun NonCompliantFileResponse(displayCommand: String, path: String, reason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Command to display the non-compliant files.

Link copied to clipboard

display_command is a single command that can be used to display a list of non compliant files. When there is no such command, we can also iterate a list of non compliant file using 'path'. Empty if display_command is set.

Link copied to clipboard

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