Skip to content

Commit

Permalink
Fix for nccgroup#913
Browse files Browse the repository at this point in the history
  • Loading branch information
x4v13r64 committed Nov 12, 2020
1 parent d9541de commit 94b41da
Showing 1 changed file with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,33 @@
"display_path": "cloudtrail.regions.id.trails.id",
"path": "cloudtrail.regions.id.trails.id",
"conditions": [
"or",
"and",
[
"cloudtrail.regions.id.trails.id.",
"withoutKey",
"KmsKeyId"
"scout_link"
],
[
"and",
"or",
[
"cloudtrail.regions.id.trails.id.",
"withKey",
"withoutKey",
"KmsKeyId"
],
[
"cloudtrail.regions.id.trails.id.KmsKeyId",
"null",
""
"and",
[
"cloudtrail.regions.id.trails.id.",
"withKey",
"KmsKeyId"
],
[
"cloudtrail.regions.id.trails.id.KmsKeyId",
"null",
""
]
]

]
],
"id_suffix": "cloudtrail-kms-key-unused"
Expand Down

0 comments on commit 94b41da

Please sign in to comment.