mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
update README.md to add support of sonarqube.
This commit is contained in:
parent
989eb3ff88
commit
8eab50eb17
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue