Summary
Currently the infer workflow regex is checking for permissive patterns but it should only check for "success":false when it needs to display the failing tools, the best would be to parse the json probably with jq and check whether it's false or true.
The problem is that the regex checking also the content and in this repo there are some content that is conflicting.
Acceptance Criteria
Summary
Currently the infer workflow regex is checking for permissive patterns but it should only check for "success":false when it needs to display the failing tools, the best would be to parse the json probably with jq and check whether it's false or true.
The problem is that the regex checking also the content and in this repo there are some content that is conflicting.
Acceptance Criteria