defenseunicorns/lula

Check if Lula Validation is malformed and include in output for rationale on satisfaction decision

Closed this issue · 3 comments

Right now, if you have a Lula Validation that is successfully unmarshalled but doesn't have the needed fields for evaluation, it returns a "not-satisfied" with no additional rationale. It would probably be good to do like a lint check on the validation yaml structure as part of validate to determine that it's actually being interpreted correctly.

To follow: #290

This issue was written separately, but the implementation also closes #360