canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
31 stars 37 forks source link

Only execute conclusions until a match is found #810

Closed dosaboy closed 4 months ago

dosaboy commented 4 months ago

For a set of conclusions with varying priority, we want to execute them in order of priority and only go as far as the first set of matches of the same priority so as to avoid unecessarily executing conclusions where the result will never be used.