mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
19 lines
327 B
JSON
19 lines
327 B
JSON
{
|
|
"aws": {
|
|
"gdpr": {
|
|
"checks": [
|
|
"check11",
|
|
"check12"
|
|
],
|
|
"description": "GDPR Readiness"
|
|
},
|
|
"iam": {
|
|
"checks": [
|
|
"iam_disable_30_days_credentials",
|
|
"iam_disable_90_days_credentials"
|
|
],
|
|
"description": "Identity and Access Management"
|
|
}
|
|
}
|
|
}
|