Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:38
09fdcc4

CISAzureBenchmark-PS v2.1.0

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

Requirements

  • PowerShell 7.0+
  • Az PowerShell module (Connect-AzAccount before running)

Quick Start

Connect-AzAccount
.\Invoke-CISAzureAudit.ps1

See the README for full documentation.

What's Changed

  • Single scoring source and retry for data-plane reads by @vegazbabz in #68
  • Control metadata catalog and shared error classification by @vegazbabz in #69
  • Extract shared report/summary tail into Complete-AuditRun by @vegazbabz in #70
  • Split the test monolith into per-section files by @vegazbabz in #71
  • feat: run-to-run diff report (-CompareWith) by @vegazbabz in #72
  • docs: scheduled-audit recipe with OIDC federated credentials by @vegazbabz in #73
  • feat: coverage gate in CI (-MinCoverage floor + job summary) by @vegazbabz in #74
  • release: prepare v2.1.0 by @vegazbabz in #75

Full Changelog: v2.0.0...v2.1.0