From 9f30bb66025aec72e897a50f405edcdacd51142e Mon Sep 17 00:00:00 2001 From: Rodrigo Broggi Date: Mon, 16 Aug 2021 11:29:35 +0200 Subject: [PATCH] Typo correction (#681) Correcting the command flag from 'tag' to 'tags' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99813b8..dd97d8c 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ gosec is able to pass your [Go build tags](https://golang.org/pkg/go/build/) to They can be provided as a comma separated list as follows: ```bash -gosec -tag debug,ignore ./... +gosec -tags debug,ignore ./... ``` ### Output formats