aws-cloudformation / aws-guard-rules-registry

Rules Registry for Compliance Frameworks
Apache License 2.0
105 stars 21 forks source link

fix: resources in iam policies can be lists #230

Closed benbridts closed 1 year ago

benbridts commented 1 year ago

Ran into this while testing template scanning, guard failed when I had `Resource: ['a', 'b']


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

grolston commented 1 year ago

Thank you for include this update to include lists. Merging this in and we will put this in next published release.