Files
prowler/lib/check/fixtures/groupsA.json
2022-06-22 09:59:48 +02:00

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"
}
}
}