{
    "description": "Root account has active keys",
    "rationale": "AWS root account access keys should be deleted as they provide unrestricted access to the AWS Account.",
    "path": "iam.credential_report.<root_account>",
    "dashboard_name": "Root account",
    "conditions": [ "or",
        [ "iam.credential_report.<root_account>.access_key_1_active", "true", "" ],
        [ "iam.credential_report.<root_account>.access_key_2_active", "true", "" ]
    ]
}
