mirror of
https://github.com/securego/gosec.git
synced 2025-03-01 04:33:29 +00:00
Fix the help message
This commit is contained in:
parent
4702cc5da7
commit
de10a7456f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue