diff --git a/README.md b/README.md index 5461403..799abf2 100644 --- a/README.md +++ b/README.md @@ -227,11 +227,11 @@ You can build the docker image as follows: make image ``` -You can run the `gosec` tool in a container against your local Go project. You just have to mount the project in the -`GOPATH` of the container: +You can run the `gosec` tool in a container against your local Go project. You just have to mount the project +into a volume as follow: ```bash -docker run -it -v $GOPATH/src/:/go/src/ securego/gosec /go/src//... +docker run -it -v /:/ securego/gosec //... ``` ### Generate TLS rule