mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(aws): review checks in compliance frameworks (#5513)
This commit is contained in:
@@ -557,7 +557,7 @@
|
||||
}
|
||||
],
|
||||
"Checks": [
|
||||
"inspector2_findings_exist"
|
||||
"inspector2_is_enabled"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -587,7 +587,8 @@
|
||||
}
|
||||
],
|
||||
"Checks": [
|
||||
"inspector2_findings_exist",
|
||||
"inspector2_active_findings_exist",
|
||||
"inspector2_is_enabled",
|
||||
"ecr_registry_scan_images_on_push_enabled",
|
||||
"ecr_repositories_scan_vulnerabilities_in_latest_image",
|
||||
"ecr_repositories_scan_images_on_push_enabled"
|
||||
|
||||
@@ -1192,7 +1192,6 @@
|
||||
"Checks": [
|
||||
"organizations_scp_check_deny_regions",
|
||||
"cognito_user_pool_self_registration_disabled",
|
||||
"cloudtrail_threat_detection_privilege_escalation",
|
||||
"iam_user_administrator_access_policy",
|
||||
"iam_customer_unattached_policy_no_administrative_privileges",
|
||||
"iam_inline_policy_allows_privilege_escalation",
|
||||
@@ -2654,7 +2653,6 @@
|
||||
"accessanalyzer_enabled_without_findings",
|
||||
"cloudtrail_insights_exist",
|
||||
"cloudtrail_threat_detection_enumeration",
|
||||
"cloudtrail_threat_detection_privilege_escalation",
|
||||
"guardduty_no_high_severity_findings",
|
||||
"trustedadvisor_errors_and_warnings"
|
||||
],
|
||||
|
||||
@@ -1192,7 +1192,6 @@
|
||||
"Checks": [
|
||||
"organizations_scp_check_deny_regions",
|
||||
"cognito_user_pool_self_registration_disabled",
|
||||
"cloudtrail_threat_detection_privilege_escalation",
|
||||
"iam_user_administrator_access_policy",
|
||||
"iam_customer_unattached_policy_no_administrative_privileges",
|
||||
"iam_inline_policy_allows_privilege_escalation",
|
||||
@@ -2654,7 +2653,6 @@
|
||||
"accessanalyzer_enabled_without_findings",
|
||||
"cloudtrail_insights_exist",
|
||||
"cloudtrail_threat_detection_enumeration",
|
||||
"cloudtrail_threat_detection_privilege_escalation",
|
||||
"guardduty_no_high_severity_findings",
|
||||
"trustedadvisor_errors_and_warnings"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user