Documentation ¶
Index ¶
Constants ¶
View Source
const ScannerName = "lynis"
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(c job_manager.IsConfig, logger *log.Entry, resultChan chan job_manager.Result) job_manager.Job
Types ¶
type DBTestEntry ¶
type ReportParser ¶
type ReportParser struct {
// contains filtered or unexported fields
}
func NewReportParser ¶
func NewReportParser(testdb *TestDB) *ReportParser
func (*ReportParser) ParseLynisReport ¶
func (a *ReportParser) ParseLynisReport(scanPath string, reportPath string) ([]types.Misconfiguration, error)
type TestDB ¶
type TestDB struct {
// contains filtered or unexported fields
}
func (*TestDB) GetCategoryForTestID ¶
func (*TestDB) GetDescriptionForTestID ¶
Click to show internal directories.
Click to hide internal directories.