From 8eab50eb170d2f7c1427acfc56794fe4a3bbd5ba Mon Sep 17 00:00:00 2001 From: kencrawford Date: Mon, 11 Mar 2019 16:40:03 -0400 Subject: [PATCH] update README.md to add support of sonarqube. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3954e2..5461403 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ gosec -tag debug,ignore ./... ### 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 file. The output format is controlled by the '-fmt' flag, and the output file is controlled by the '-out' flag as follows: