Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct { FilePath string `json:"file_path"` CheckID string `json:"check_id"` CheckName string `json:"check_name"` Resource string `json:"resource"` Guideline string `json:"guideline"` CheckResult *CheckResult `json:"check_result"` }
Check is a struct unmarshalled from a JSON-formatted checkov output
type CheckResult ¶
type CheckResult struct { Result string `json:"result"` SuppressComment string `json:"suppress_comment"` }
CheckResult is a struct unmarshalled from a JSON-formatted checkov output
type CheckovResults ¶
type CheckovResults struct {
Results *Results `json:"results"`
}
CheckovResults is a struct unmarshalled from a JSON-formatted checkov output
Click to show internal directories.
Click to hide internal directories.