docs: add interface column to providers (#8675)

This commit is contained in:
Andoni Alonso
2025-09-08 21:03:17 +02:00
committed by GitHub
parent 27bf78a3a1
commit d98063ed47
2 changed files with 20 additions and 20 deletions

View File

@@ -80,16 +80,16 @@ prowler dashboard
> For the most accurate and up-to-date information about checks, services, frameworks, and categories, visit [**Prowler Hub**](https://hub.prowler.com).
| 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) | Support | Stage |
|---|---|---|---|---|---|---|
| AWS | 576 | 82 | 36 | 10 | Official | Stable |
| GCP | 79 | 13 | 10 | 3 | Official | Stable |
| Azure | 162 | 19 | 11 | 4 | Official | Stable |
| Kubernetes | 83 | 7 | 5 | 7 | Official | Stable |
| GitHub | 17 | 2 | 1 | 0 | Official | Stable |
| M365 | 70 | 7 | 3 | 2 | Official | Stable |
| IaC | [See `trivy` docs.](https://trivy.dev/latest/docs/coverage/iac/) | N/A | N/A | N/A | Official | Beta |
| NHN | 6 | 2 | 1 | 0 | Unofficial | Beta |
| 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) | Support | Stage | Interface |
|---|---|---|---|---|---|---|---|
| AWS | 576 | 82 | 36 | 10 | Official | Stable | UI, API, CLI |
| GCP | 79 | 13 | 10 | 3 | Official | Stable | UI, API, CLI |
| Azure | 162 | 19 | 11 | 4 | Official | Stable | UI, API, CLI |
| Kubernetes | 83 | 7 | 5 | 7 | Official | Stable | UI, API, CLI |
| GitHub | 17 | 2 | 1 | 0 | Official | Stable | UI, API, CLI |
| M365 | 70 | 7 | 3 | 2 | Official | Stable | UI, API, CLI |
| IaC | [See `trivy` docs.](https://trivy.dev/latest/docs/coverage/iac/) | N/A | N/A | N/A | Official | Beta | CLI |
| NHN | 6 | 2 | 1 | 0 | Unofficial | Beta | CLI |
> [!Note]
> The numbers in the table are updated periodically.

View File

@@ -4,16 +4,16 @@
The official supported providers right now are:
| Provider | Support | Stage |
|----------|--------|-------|
| **AWS** | Official | Stable |
| **Azure** | Official | Stable |
| **Google Cloud** | Official | Stable |
| **Kubernetes** | Official | Stable |
| **M365** | Official | Stable |
| **Github** | Official | Stable |
| **IaC** | Official | Beta |
| **NHN** | Unofficial | Beta |
| Provider | Support | Stage | Interface |
|----------|--------|-------|----------|
| **AWS** | Official | Stable | UI, API, CLI |
| **Azure** | Official | Stable | UI, API, CLI |
| **Google Cloud** | Official | Stable | UI, API, CLI |
| **Kubernetes** | Official | Stable | UI, API, CLI |
| **M365** | Official | Stable | UI, API, CLI |
| **Github** | Official | Stable | UI, API, CLI |
| **IaC** | Official | Beta | CLI |
| **NHN** | Unofficial | Beta | CLI |
Prowler supports **auditing, incident response, continuous monitoring, hardening, forensic readiness, and remediation**.