mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-11 15:25:10 +00:00
19 lines
320 B
JSON
19 lines
320 B
JSON
{
|
|
"aws": {
|
|
"gdpr": {
|
|
"checks": [
|
|
"check11",
|
|
"check12"
|
|
],
|
|
"description": "GDPR Readiness"
|
|
},
|
|
"iam": {
|
|
"checks": [
|
|
"iam_user_accesskey_unused",
|
|
"iam_user_console_access_unused"
|
|
],
|
|
"description": "Identity and Access Management"
|
|
}
|
|
}
|
|
}
|