Azure / ShieldGuard

Enables best security practices for your project from day zero.
MIT License
8 stars 6 forks source link

Enable returning error when configurations in the input data are not in standardized format #32

Open everjing opened 1 year ago

everjing commented 1 year ago

Currently binary returns "[]" when configurations in the input data are not in standardized format, such as

targets:

instead of

files:

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.