mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
docs(config): add missing configurable variables (#2941)
This commit is contained in:
@@ -12,7 +12,9 @@ Also you can input a custom configuration file using the `--config-file` argumen
|
|||||||
The following list includes all the AWS checks with configurable variables that can be changed in the configuration yaml file:
|
The following list includes all the AWS checks with configurable variables that can be changed in the configuration yaml file:
|
||||||
|
|
||||||
| Check Name | Value | Type |
|
| Check Name | Value | Type |
|
||||||
|---|---|---|
|
|---------------------------------------------------------------|--------------------------------------------------|-----------------|
|
||||||
|
| `iam_user_accesskey_unused` | `max_unused_access_keys_days` | Integer |
|
||||||
|
| `iam_user_console_access_unused` | `max_console_access_days` | Integer |
|
||||||
| `ec2_elastic_ip_shodan` | `shodan_api_key` | String |
|
| `ec2_elastic_ip_shodan` | `shodan_api_key` | String |
|
||||||
| `ec2_securitygroup_with_many_ingress_egress_rules` | `max_security_group_rules` | Integer |
|
| `ec2_securitygroup_with_many_ingress_egress_rules` | `max_security_group_rules` | Integer |
|
||||||
| `ec2_instance_older_than_specific_days` | `max_ec2_instance_age_in_days` | Integer |
|
| `ec2_instance_older_than_specific_days` | `max_ec2_instance_age_in_days` | Integer |
|
||||||
@@ -26,6 +28,7 @@ The following list includes all the AWS checks with configurable variables that
|
|||||||
| `organizations_scp_check_deny_regions` | `organizations_enabled_regions` | List of Strings |
|
| `organizations_scp_check_deny_regions` | `organizations_enabled_regions` | List of Strings |
|
||||||
| `organizations_delegated_administrators` | `organizations_trusted_delegated_administrators` | List of Strings |
|
| `organizations_delegated_administrators` | `organizations_trusted_delegated_administrators` | List of Strings |
|
||||||
| `ecr_repositories_scan_vulnerabilities_in_latest_image` | `ecr_repository_vulnerability_minimum_severity` | String |
|
| `ecr_repositories_scan_vulnerabilities_in_latest_image` | `ecr_repository_vulnerability_minimum_severity` | String |
|
||||||
|
| `trustedadvisor_premium_support_plan_subscribed` | `verify_premium_support_plans` | Boolean |
|
||||||
|
|
||||||
## Azure
|
## Azure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user