From d9970e48626286ed925690cc03afeb19b3279c37 Mon Sep 17 00:00:00 2001 From: "Maciej \"Iwan\" Iwanowski" Date: Wed, 22 Apr 2020 18:58:44 +0200 Subject: [PATCH] Generated README.md Signed-off-by: Maciej "Iwan" Iwanowski --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a86b13f..31936cf9 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ Flags: # gosec: False positive is triggered by 'src, err := ioutil.ReadFile(filename)' - Potential file inclusion via variable (default true) + --exclude-case-sensitive If set to true exclude rules are case sensitive --max-issues-per-linter int Maximum issues count per one linter. Set to 0 to disable (default 50) --max-same-issues int Maximum count of issues with the same text. Set to 0 to disable (default 3) -n, --new Show only new issues: if there are unstaged changes or untracked files, only those changes are analyzed, else only changes in HEAD~ are analyzed.