Skip to content

v2.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:28
eb36fcf

CISAzureBenchmark-PS v2.4.2

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

  • Point to AzureDemoEnvironment as an audit target by @vegazbabz in #86
  • Document that control ids reference the benchmark PDF remediation page by @vegazbabz in #87
  • Source the tool version from the manifest, fix locale-dependent report dates by @vegazbabz in #88
  • Add README demo GIF, refresh the sample report and dashboard screenshot by @vegazbabz in #89

Full Changelog: v2.4.1...v2.4.2