You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deduplication of Trivy misconfiguration findings is improved for newly imported findings, but existing findings may no longer match because they don’t contain the new vulnerability_id or file_path fields.
"Title": "IAM policies should not be granted directly to users.",
22
+
"Description": "CIS recommends that you apply IAM policies directly to groups and roles but not users. Assigning privileges at the group or role level reduces the complexity of access management as the number of users grow. Reducing access management complexity might in turn reduce opportunity for a principal to inadvertently receive or retain excessive privileges.\n",
23
+
"Message": "One or more policies are attached directly to a user",
24
+
"Namespace": "builtin.aws.iam.aws0143",
25
+
"Query": "data.builtin.aws.iam.aws0143.deny",
26
+
"Resolution": "Grant policies at the group level instead.",
0 commit comments