Is your feature request related to a problem? Please describe.
When using cdk, the template files have the suffix "*.template.json". Looking to run cfn-guard for only the cloudformation templates in the cdk.out directory and not all files within the given directory.
Describe the solution you'd like
Either a cdk specific toggle or a flag to support file regex such as ".template.json" or "projectname.template.json"
Describe alternatives you've considered
Would alternatively need to find the templates and then iteratively invoke cfn-guard
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
When using cdk, the template files have the suffix "*.template.json". Looking to run cfn-guard for only the cloudformation templates in the cdk.out directory and not all files within the given directory.
Describe the solution you'd like
Either a cdk specific toggle or a flag to support file regex such as ".template.json" or "projectname.template.json"
Describe alternatives you've considered
Would alternatively need to find the templates and then iteratively invoke cfn-guard
Additional context
Add any other context or screenshots about the feature request here.