1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-28 21:08:22 +02:00

Update README

This commit is contained in:
Cosmin Cojocar 2019-02-28 09:44:23 +01:00 committed by Grant Murphy
parent 8b27d1c091
commit 2bd007e968

View File

@ -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