prowler-cloud / prowler

Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more
https://prowler.com
Apache License 2.0
9.99k stars 1.46k forks source link

chore(cis): add CIS output class #4389

Closed pedrooot closed 1 week ago

pedrooot commented 1 week ago

Description

CIS specific compliance output should have an isolated class

get_check_compliance_frameworks_in_input -> Should return a dict["check_id": "compliance"]

This way, inside the method transform from each provider cis class, should change from for requirement in compliance.Requirements: to for requirement in compliance["check_id"]

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sergargar commented 1 week ago

Closing in favor of https://github.com/prowler-cloud/prowler/pull/4400.