mirror of
https://github.com/securego/gosec.git
synced 2025-01-07 23:01:50 +02:00
Update usage to indicate html is supported
This commit is contained in:
parent
d72cee8663
commit
f71ade6702
2
main.go
2
main.go
@ -33,7 +33,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, or text")
|
var flagFormat = flag.String("fmt", "text", "Set output format. Valid options are: json, csv, html, 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 New Issue
Block a user