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 7fd9446 commit 63b25c1Copy full SHA for 63b25c1
README.md
@@ -182,7 +182,7 @@ You can run the `gosec` tool in a container against your local Go project. You j
182
`GOPATH` of the container:
183
184
```
185
-docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PORJECT PATH> securego/gosec /go/src/<YOUR PROJECT PATH>
+docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PROJECT PATH> securego/gosec /go/src/<YOUR PROJECT PATH>
186
187
188
#### Generate TLS rule
0 commit comments