update README.md to add support of sonarqube.

This commit is contained in:
kencrawford 2019-03-11 16:40:03 -04:00 committed by Grant Murphy
parent 989eb3ff88
commit 8eab50eb17

View file

@ -161,7 +161,7 @@ gosec -tag debug,ignore ./...
### Output formats ### Output formats
gosec currently supports text, json, yaml, csv and JUnit XML output formats. By default gosec currently supports text, json, yaml, csv, sonarqube and JUnit XML output formats. By default
results will be reported to stdout, but can also be written to an output results will be reported to stdout, but can also be written to an output
file. The output format is controlled by the '-fmt' flag, and the output file is controlled by the '-out' flag as follows: file. The output format is controlled by the '-fmt' flag, and the output file is controlled by the '-out' flag as follows: