Enable returning error when configurations in the input data are not in standardized format
Open
bug
- Dominant language
- Go
- Stars
- 9
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently binary returns "[]" when configurations in the input data are not in standardized format,
such as
targets:
- paths:
- ./data
policies:
- ./policy
instead of
files:
- paths:
- ./data
policies:
- ./policy
It is recommended to invoke a check loaded configurations from input data against standardized input format and return error when the two are not matching.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.