Skip to content

Commit d98063e

Browse files
authored
docs: add interface column to providers (#8675)
1 parent 27bf78a commit d98063e

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ prowler dashboard
8080
> For the most accurate and up-to-date information about checks, services, frameworks, and categories, visit [**Prowler Hub**](https://hub.prowler.com).
8181
8282

83-
| 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 |
84-
|---|---|---|---|---|---|---|
85-
| AWS | 576 | 82 | 36 | 10 | Official | Stable |
86-
| GCP | 79 | 13 | 10 | 3 | Official | Stable |
87-
| Azure | 162 | 19 | 11 | 4 | Official | Stable |
88-
| Kubernetes | 83 | 7 | 5 | 7 | Official | Stable |
89-
| GitHub | 17 | 2 | 1 | 0 | Official | Stable |
90-
| M365 | 70 | 7 | 3 | 2 | Official | Stable |
91-
| IaC | [See `trivy` docs.](https://trivy.dev/latest/docs/coverage/iac/) | N/A | N/A | N/A | Official | Beta |
92-
| NHN | 6 | 2 | 1 | 0 | Unofficial | Beta |
83+
| 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 |
84+
|---|---|---|---|---|---|---|---|
85+
| AWS | 576 | 82 | 36 | 10 | Official | Stable | UI, API, CLI |
86+
| GCP | 79 | 13 | 10 | 3 | Official | Stable | UI, API, CLI |
87+
| Azure | 162 | 19 | 11 | 4 | Official | Stable | UI, API, CLI |
88+
| Kubernetes | 83 | 7 | 5 | 7 | Official | Stable | UI, API, CLI |
89+
| GitHub | 17 | 2 | 1 | 0 | Official | Stable | UI, API, CLI |
90+
| M365 | 70 | 7 | 3 | 2 | Official | Stable | UI, API, CLI |
91+
| IaC | [See `trivy` docs.](https://trivy.dev/latest/docs/coverage/iac/) | N/A | N/A | N/A | Official | Beta | CLI |
92+
| NHN | 6 | 2 | 1 | 0 | Unofficial | Beta | CLI |
9393

9494
> [!Note]
9595
> The numbers in the table are updated periodically.

docs/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
The official supported providers right now are:
66

7-
| Provider | Support | Stage |
8-
|----------|--------|-------|
9-
| **AWS** | Official | Stable |
10-
| **Azure** | Official | Stable |
11-
| **Google Cloud** | Official | Stable |
12-
| **Kubernetes** | Official | Stable |
13-
| **M365** | Official | Stable |
14-
| **Github** | Official | Stable |
15-
| **IaC** | Official | Beta |
16-
| **NHN** | Unofficial | Beta |
7+
| Provider | Support | Stage | Interface |
8+
|----------|--------|-------|----------|
9+
| **AWS** | Official | Stable | UI, API, CLI |
10+
| **Azure** | Official | Stable | UI, API, CLI |
11+
| **Google Cloud** | Official | Stable | UI, API, CLI |
12+
| **Kubernetes** | Official | Stable | UI, API, CLI |
13+
| **M365** | Official | Stable | UI, API, CLI |
14+
| **Github** | Official | Stable | UI, API, CLI |
15+
| **IaC** | Official | Beta | CLI |
16+
| **NHN** | Unofficial | Beta | CLI |
1717

1818
Prowler supports **auditing, incident response, continuous monitoring, hardening, forensic readiness, and remediation**.
1919

0 commit comments

Comments
 (0)