mirror of
https://github.com/securego/gosec.git
synced 2025-03-01 04:33:29 +00:00
Update README
This commit is contained in:
parent
8b27d1c091
commit
2bd007e968
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ You can run the `gosec` tool in a container against your local Go project. You j
|
|||
`GOPATH` of the container:
|
||||
|
||||
```bash
|
||||
docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PROJECT PATH> securego/gosec ./...
|
||||
docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PROJECT PATH> securego/gosec /go/src/<YOUR PROJECT PATH>/...
|
||||
```
|
||||
|
||||
### Generate TLS rule
|
||||
|
|
Loading…
Reference in a new issue