Skip to content

v2.0.0 — CIS Azure Foundations Benchmark v6.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:55

CISAzureBenchmark-PS v2.0.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

  • Add .gitattributes and correct README test count by @vegazbabz in #45
  • Upgrade to CIS Azure Foundations Benchmark v6.0.0 (127 controls) by @vegazbabz in #46
  • Correct README coverage figures and tool version for v6 by @vegazbabz in #47
  • Refresh sample report generator to v6.0.0 control set by @vegazbabz in #48
  • chore(deps): Bump actions/checkout from 6 to 7 in the actions group by @dependabot[bot] in #49
  • fix: count ERROR against compliance score and harden report exports by @vegazbabz in #50
  • fix: propagate prefetch and context failures as ERROR results by @vegazbabz in #51
  • fix: align check logic with CIS v6 audit procedures by @vegazbabz in #52
  • ci: harden workflow permissions and pin dependencies by @vegazbabz in #53
  • docs: fix stale v5 references and helper locations by @vegazbabz in #54
  • fix: add UTF-8 BOM to scripts with non-ASCII content by @vegazbabz in #55
  • ci: validate report inline JavaScript with node --check by @vegazbabz in #56
  • fix: untrack suppressions.json — live config stays local by @vegazbabz in #57

Full Changelog: v1.0.0...v2.0.0