Files
atap/ATAPAuditor/Reports/Red Hat Enterprise Linux 9.ps1
2026-05-11 09:15:08 +02:00

20 lines
464 B
PowerShell

[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"
}
)
}
)
}