mirror of
https://github.com/securego/gosec.git
synced 2025-11-25 22:22:17 +02:00
updating skip cli help and readme description
This commit is contained in:
2
main.go
2
main.go
@@ -155,7 +155,7 @@ func main() {
|
||||
|
||||
// Exclude files
|
||||
excluded := newFileList("*_test.go")
|
||||
flag.Var(excluded, "skip", "File pattern to exclude from scan")
|
||||
flag.Var(excluded, "skip", "File pattern to exclude from scan. Uses simple * globs and requires full match")
|
||||
|
||||
incRules := ""
|
||||
flag.StringVar(&incRules, "include", "", "Comma separated list of rules IDs to include. (see rule list)")
|
||||
|
||||
Reference in New Issue
Block a user