Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:13
bba6acf

CISAzureBenchmark-PS v2.4.0

Benchmark: CIS Microsoft Azure Foundations Benchmark v6.0.0
Coverage: See README for current control coverage

Requirements

  • PowerShell 7.0+
  • Az PowerShell modules (installed automatically with Install-Module)

Quick Start

Install-Module CISAzureFoundationsBenchmark -Scope CurrentUser
Connect-AzAccount
Invoke-CISAzureAudit -TenantId (Get-AzContext).Tenant.Id

See the README for full documentation.

What's Changed

  • Fix locale-dependent score output, guard no-op test filters, raise coverage floor by @vegazbabz in #81
  • Add CIS benchmark page references to the control catalog and report by @vegazbabz in #82
  • Reject mistyped switches swallowed by the subscription overflow by @vegazbabz in #83

Full Changelog: v2.3.1...v2.4.0