Files
atap/ATAPAuditor/Reports/Fedora 35.ps1
T
2026-05-11 09:15:08 +02:00

20 lines
420 B
PowerShell

[Report] @{
Title = "Fedora 35 Report"
ModuleName = "ATAPAuditor"
BasedOn = @(
"Security baseline for Fedora"
)
Sections = @(
[ReportSection] @{
Title = "General Benchmarks"
Description = "This section contains the general benchmark results"
SubSections = @(
[ReportSection] @{
Title = 'Security Base Data'
AuditInfos = Test-AuditGroup "SBD - Linux Base Security"
}
)
}
)
}