oci-landing-zones / oci-cis-landingzone-quickstart

Quickstart Terraform configuration for tenancy setup according to CIS OCI Foundations Benchmark.
Universal Permissive License v1.0
145 stars 125 forks source link

Release 2.5.11 #109

Closed Halimer closed 1 year ago

Halimer commented 1 year ago

June 20, 2023 Release Notes - 2.5.11

  1. Performance update to the CIS Compliance Script
  2. Summary Data update to the CIS Compliance Script
  3. Fixes to the CIS Compliance Script

Performance update to the CIS Compliance Script

Migrate the querying of resources to Resource Search (a module within Oracle’s API). By using Resource Search, compartment iterations for listing items are ignored. For items that require more detailed information than Resource Search returns, only those compartments are queried. This migration reduces script execution time by 8 times.

Updates to the CIS Compliance Script

The CIS Summary report CSV adds two new columns Compliant Items, which represents the number of resources that are aligned to that recommendation, and Total which is the total number of that resource in tenancy. The Total column is also in the screen output.

Fixes to the CIS Compliance Script

Fixes