golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.78k stars 727 forks source link

govulncheck: use SARIF instead of JSON #3400

Open zpavlinovic opened 1 month ago

zpavlinovic commented 1 month ago

As of v1.1.1, govulncheck supports SARIF output via -format sarif flag option. This might be a better option for govulncheck integration compared to streaming JSON.