Skip to content

Commit

Permalink
Apply condition to additional statements
Browse files Browse the repository at this point in the history
  • Loading branch information
x4v13r64 committed Nov 29, 2021
1 parent fd0e0b8 commit a1bb49f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
[
"iam._ARG_0_s.id.inline_policies.id.PolicyDocument.Statement.id"
]
],
[
"_INCLUDE_(conditions/policy-statement-poor-condition.json)",
[
"_STATEMENT_"
],
[
"iam._ARG_0_s.id.inline_policies.id.PolicyDocument.Statement.id"
]
]
],
"key": "iam-inline-_ARG_0_-policy-allows-_ARG_1_-_ARG_2_",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
]
]
],
[
"_INCLUDE_(conditions/policy-statement-poor-condition.json)",
[
"_STATEMENT_"
],
[
"iam.policies.id.PolicyDocument.Statement.id"
]
],
[
"iam.policies.id.PolicyDocument.Statement.id.Resource",
"containAtLeastOneOf",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
[
"iam.policies.id.PolicyDocument.Statement.id"
]
],
[
"_INCLUDE_(conditions/policy-statement-poor-condition.json)",
[
"_STATEMENT_"
],
[
"iam.policies.id.PolicyDocument.Statement.id"
]
]
],
"key": "iam-managed-policy-allows-_ARG_0_-_ARG_1_",
Expand Down

0 comments on commit a1bb49f

Please sign in to comment.