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
The sarif report is written to stdout even when the output file is specified. I have tested all reporter types and this only happens with the sarif report. To reproduce:
Run validator --reporter=json:json_report.json ./test. Nothing is written to the terminal.
Run validator --reporter=sarif:sarif_report.json ./test. The sarif report is written to the terminal.