Typo correction (#681)

Correcting the command flag from 'tag' to 'tags'
This commit is contained in:
Rodrigo Broggi 2021-08-16 11:29:35 +02:00 committed by GitHub
parent 83355dc837
commit 9f30bb6602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: They can be provided as a comma separated list as follows:
```bash ```bash
gosec -tag debug,ignore ./... gosec -tags debug,ignore ./...
``` ```
### Output formats ### Output formats