mirror of
https://github.com/securego/gosec.git
synced 2025-07-15 01:04:43 +02:00
Typo correction (#681)
Correcting the command flag from 'tag' to 'tags'
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user