From 2511d6ffa9ab42522bd3c3e7c8a62fe3cdc553be Mon Sep 17 00:00:00 2001 From: Paolo Frigo <32283271+PaoloFrigo@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:11:03 +0100 Subject: [PATCH] docs: update # of checks, services, frameworks and categories (#6528) Co-authored-by: Sergio Garcia Co-authored-by: MrCloudSec --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15d1d6a0c9..1cfaa15af1 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,12 @@ It contains hundreds of controls covering CIS, NIST 800, NIST CSF, CISA, RBI, Fe | Provider | Checks | Services | [Compliance Frameworks](https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/compliance/) | [Categories](https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/misc/#categories) | |---|---|---|---|---| -| AWS | 561 | 81 -> `prowler aws --list-services` | 30 -> `prowler aws --list-compliance` | 9 -> `prowler aws --list-categories` | -| GCP | 77 | 13 -> `prowler gcp --list-services` | 4 -> `prowler gcp --list-compliance` | 2 -> `prowler gcp --list-categories`| -| Azure | 139 | 18 -> `prowler azure --list-services` | 5 -> `prowler azure --list-compliance` | 2 -> `prowler azure --list-categories` | -| Kubernetes | 83 | 7 -> `prowler kubernetes --list-services` | 2 -> `prowler kubernetes --list-compliance` | 7 -> `prowler kubernetes --list-categories` | +| AWS | 564 | 82 | 30 | 10 | +| GCP | 77 | 13 | 4 | 3 | +| Azure | 140 | 18 | 5 | 3 | +| Kubernetes | 83 | 7 | 2 | 7 | + +> You can list the checks, services, compliance frameworks and categories with `prowler --list-checks`, `prowler --list-services`, `prowler --list-compliance` and `prowler --list-categories`. # 💻 Installation