You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Sarif output of results with no rule match (#704)
* Ensure sarif outputs results with no explicit rule matching
* Adds option to use old behavior to not output results without explicit rule match
Now should be consistent between json and sarif output.
* Adds test case for new behavior