cdklabs / cdk-validator-cfnguard

Apache License 2.0
69 stars 6 forks source link

feat: update guard version up to 3.1.1 #519

Closed garciparedes closed 1 month ago

garciparedes commented 1 month ago

This change increases the version of aws-cloudformation/cloudformation-guard to the latest one i.e. 3.1.1.

I'm proposing this change to add support for ARM architectures, which currently are failing with the 3.0.0 version.

This is the fix that resolves the https://github.com/aws-cloudformation/cloudformation-guard/issues/314 issue, which was merged after the 3.0.0 version: https://github.com/aws-cloudformation/cloudformation-guard/pull/387