Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix]: Custom Message is now JSON/YAML parseable #396

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

joshfried-aws
Copy link
Contributor

Issue #, if available:
#389

Description of changes:
Somewhere between the release of guard 2.0.3 and 2.1.0 the custom message when validate commands failed were no longer json/yaml parseable. This PR fixes this, and they are now parseable.

NOTE: Because this custom_message field contains json, inside of a json object, it is escaped so when parsing the user needs to use something like jq's fromjson command to continue parsing.


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

@joshfried-aws joshfried-aws merged commit 44967df into aws-cloudformation:main Aug 10, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants