mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
Merge pull request #40 from dragonndev/master
Clarified output format options.
This commit is contained in:
commit
51ffe1ba7e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -32,7 +32,7 @@ import (
|
||||||
var flagIgnoreNoSec = flag.Bool("nosec", false, "Ignores #nosec comments when set")
|
var flagIgnoreNoSec = flag.Bool("nosec", false, "Ignores #nosec comments when set")
|
||||||
|
|
||||||
// format output
|
// format output
|
||||||
var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv of text")
|
var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv, or text")
|
||||||
|
|
||||||
// output file
|
// output file
|
||||||
var flagOutput = flag.String("out", "", "Set output file for results")
|
var flagOutput = flag.String("out", "", "Set output file for results")
|
||||||
|
|
Loading…
Reference in a new issue