We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7935fd8 commit 6c174a6Copy full SHA for 6c174a6
README.md
@@ -227,11 +227,11 @@ You can build the docker image as follows:
227
make image
228
```
229
230
-You can run the `gosec` tool in a container against your local Go project. You just have to mount the project in the
231
-`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:
232
233
```bash
234
-docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PROJECT PATH> securego/gosec /go/src/<YOUR PROJECT PATH>/...
+docker run -it -v <YOUR PROJECT PATH>/<PROJECT>:/<PROJECT> securego/gosec /<PROJECT>/...
235
236
237
### Generate TLS rule
0 commit comments