awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
361 stars 44 forks source link

CDK Nag Scan job is failing for some CloudFormation templates #52

Open climbertjh2 opened 4 months ago

climbertjh2 commented 4 months ago

When running ash against a repository that contains CloudFormation templates, some of the templates appear to fail being included via CfnInclude() into a CDK application wrapper. This causes the CDK Nag scan script to (silently) fail to process these files and also send spurious error messages to the standard error (STDERR) stream.

Please look into this.