Versions in this module Expand all Collapse all v0 v0.1.0 Oct 30, 2021 Changes in this version + type AuditResult struct + NumOfExec int + NumOfSuccess int + type Category struct + Name string + SubCategory *SubCategory + type Check struct + BenchmarkType string + Categories []Category + type CheckTotals struct + Fail int + Pass int + Warn int + type SecurityCheck struct + AdditionalInfo string + Category string + CheckCommand []string + CheckType string + CommandParams map[int][]string + DefaultValue string + Description string + EvalExpr string + EvalMessage string + Impact string + Name string + NonApplicable bool + PolicyName string + PolicyResult eval.CmdEvalResult + ProfileApplicability string + References []string + Remediation string + TestSucceed bool + TestType string + func (at *SecurityCheck) UnmarshalYAML(unmarshal func(interface{}) error) error + type SubCategory struct + Checks []*SecurityCheck + Name string