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
Currently, the SARIF report uses the exitSignalName property to describe the exit code. However, per specification this property SHALL be absent if the process did not exit due to a signal.
I'd propose to move this information to the nearby exitCodeDescription property which is more fitting.