a
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[Report] @{
|
||||
Title = "Red Hat Enterprise Linux 9"
|
||||
ModuleName = "ATAPAuditor"
|
||||
BasedOn = @(
|
||||
"CIS Red Hat Enterprise Linux 9 version 2.0.0"
|
||||
)
|
||||
Sections = @(
|
||||
[ReportSection] @{
|
||||
Title = "CIS Benchmarks"
|
||||
Description = "This section contains the general benchmark results"
|
||||
SubSections = @(
|
||||
[ReportSection] @{
|
||||
Title = 'CIS Red Hat Enterprise Linux 9'
|
||||
AuditInfos = Test-AuditGroup "Red Hat Enterprise Linux 9-CIS-2.0.0"
|
||||
}
|
||||
)
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user