Draft: Add parse_expected_report to comparable
What does this MR do?
Every SAST analyzers integration spec includes it's own version of parse_expected_report. This function has two purposes:
- Parse the expected JSON file
- Refresh the expected JSON when run with analyzer-refresh-expected-json
This MR attempts to remove the duplication by sharing the repeated function.
What are the relevant issue numbers?
Edited by Craig Smith