lula icon indicating copy to clipboard operation
lula copied to clipboard

fix(validate): fix order of assessment-results results

Open brandtkeller opened this issue 9 months ago • 1 comments

Description

lula evaluate to a single file assumes that the latest results are being prepended to the array of results. For now this means we need to put the append latest results before original. Updated test to reflect the order required.

Will file an issue surrounding how Lula will identify a threshold that is not the second result in the array (current assumption).

Related Issue

Fixes #436

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Other (security config, docs update, etc)

Checklist before merging

brandtkeller avatar May 23 '24 21:05 brandtkeller