mirror of
https://github.com/securego/gosec.git
synced 2025-03-17 20:57:54 +02:00
Fix the help message
This commit is contained in:
parent
4702cc5da7
commit
de10a7456f
@ -95,7 +95,7 @@ var (
|
||||
flagScanVendor = flag.Bool("vendor", false, "Scan the vendor folder")
|
||||
|
||||
// fail by severity
|
||||
flagSeverity = flag.String("severity", "low", "Fail the build for issues with the given or higher severity. Valid options are: low, medium, high")
|
||||
flagSeverity = flag.String("severity", "low", "Fail the scanning for issues with the given or higher severity. Valid options are: low, medium, high")
|
||||
|
||||
logger *log.Logger
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user