Is your feature request related to a problem? Please describe.
It is currently not possible to pipe the analysis results into the GH Security tab as it only accepts data as a SARIF file. Currently, the only file output provided is a non-standard JSON.
Describe the solution you'd like
An additional output format (specified with -r that provides .SARIF
Describe alternatives you've considered
Currently, I'm considering making my own conversion script that parses the current JSON into a basic SARIF
Additional context
N/A
Is your feature request related to a problem? Please describe.
It is currently not possible to pipe the analysis results into the GH Security tab as it only accepts data as a SARIF file. Currently, the only file output provided is a non-standard JSON.
Describe the solution you'd like
An additional output format (specified with
-rthat provides .SARIFDescribe alternatives you've considered
Currently, I'm considering making my own conversion script that parses the current JSON into a basic SARIF
Additional context
N/A