Automatically reflect changes to SARIF files in the viewer
winstliu opened this issue · 3 comments
winstliu commented
If a SARIF file is open in the viewer, any changes to that file should be automatically reflected.
Scenario:
- Static analysis run produces a SARIF file; SARIF Viewer is opened
- After fixing some of the issues, the static analysis tool is run again and updates/overwrites the existing SARIF file
Expected behavior: the SARIF viewer automatically reflects the changes in the file.
Actual behavior: nothing changes :(.
50Wliu commented
Hi @jeffersonking, is this something you think you'll get to soon or would you like us to send a PR instead?