Allow defining multiple outputs
Hello,
i have a suggestion - currently it is only possible to choose output either json or human readable output. I would like to get both. Other tools commonly support possibility to define multiple formats e.g. human, json ,sarif
example :
--output file.txt,human --ouput result.json,json
Human output is feasible for console logs or to attach to a pull, request, while machine readable output is usable for further processing or to determine if /when to fail a build. In my use case i would like to have both
Is this PR requesting to get the output in sarif too?
I'd also be keen to get the ability to have multiple outputs included, for the sake of allowing a pipeline trace to be human readable but also for long term logging purposes. Theres merit to additional formats (SARIF, junit prehaps?) but that's really a separate request.