Loading...
Loading...
Updates the "Prowler at a Glance" table in README.md with accurate provider statistics. Trigger: When updating README.md provider stats, checks count, services count, compliance frameworks, or categories.
npx skill4agent add prowler-cloud/prowler prowler-readme-tableREADME.mdpython3 prowler-cli.py <provider> --list-<metric>awsazuregcpkubernetesgithubm365oraclecloudalibabacloudcloudflaremongodbatlasopenstacknhnchecksservicescompliancecategoriesThere are 572 available checks.
There is 1 available Compliance Framework.for provider in aws azure gcp kubernetes github m365 oraclecloud alibabacloud cloudflare mongodbatlas openstack nhn; do
for metric in checks services compliance categories; do
result=$(python3 prowler-cli.py $provider --list-$metric 2>&1 | sed -n 's/.*There \(are\|is\) .*\x1b\[33m\([0-9]*\)\x1b\[0m.*/\2/p')
echo "$provider $metric: $result"
done
doneREADME.md# Prowler at a Glance| Provider | Checks | Services | [Compliance Frameworks](...) | [Categories](...) | Support | Interface |
|---|---|---|---|---|---|---|
| AWS | 572 | 83 | 41 | 17 | Official | UI, API, CLI || CLI Provider | Table Display Name |
|---|---|
| AWS |
| Azure |
| GCP |
| Kubernetes |
| GitHub |
| M365 |
| OCI |
| Alibaba Cloud |
| Cloudflare |
| MongoDB Atlas |
| OpenStack |
| NHN |
| Provider | Checks Column | Services | Compliance | Categories |
|---|---|---|---|---|
| IaC | | N/A | N/A | N/A |
| LLM | | N/A | N/A | N/A |
OfficialNHNUnofficialUI, API, CLICLICloudflareOpenStackNHNLLMpython3 prowler-cli.pyprowler-cli.pyREADME.md# Prowler at a Glance