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

Handle json nested value checks #867

Merged
merged 2 commits into from
Jul 14, 2021
Merged

Conversation

owenrumney
Copy link
Contributor

custom checks written in json present as map[string]interface{} rather
than the yaml map[interface{}]interface{} so switch needs to cover both
options

should Resolve #784 when custom check is json

custom checks written in json present as map[string]interface{} rather
than the yaml map[interface{}]interface{} so switch needs to cover both
options
@owenrumney owenrumney requested a review from liamg as a code owner July 13, 2021 20:12
liamg
liamg previously approved these changes Jul 13, 2021
Custom checks have a string severity which might be outdated, rewrite
before validating
@owenrumney owenrumney merged commit ecbb3e4 into master Jul 14, 2021
@owenrumney owenrumney deleted the 748-json-value-functions branch July 14, 2021 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants