mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Typo correction (#681)
Correcting the command flag from 'tag' to 'tags'
This commit is contained in:
parent
83355dc837
commit
9f30bb6602
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue