aws-cloudformation / cloudformation-guard

Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules. Take this survey to provide feedback about cfn-guard: https://amazonmr.au1.qualtrics.com/jfe/form/SV_bpyzpfoYGGuuUl0
Apache License 2.0
1.3k stars 180 forks source link

[BugFix]: fix for regression regarding delimiters for show summary #494

Closed joshfried-aws closed 7 months ago

joshfried-aws commented 7 months ago

Issue #, if available:

493

Description of changes: After migrating to clap derive, there was a regression regarding the delimiter specified for show-summary argument on the validate command. This PR addresses that issue, and provides integration tests to prevent something like this happening again


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