1
0
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:
David Lawrence
2016-12-13 14:36:51 -08:00
parent c68ed64f6c
commit 5f1c2df44a
2 changed files with 3 additions and 3 deletions

View File

@@ -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)")