Skip to content

Commit

Permalink
fix the image execution example in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
  • Loading branch information
andrewhsu committed Sep 25, 2018
1 parent f859701 commit 6ca6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ You can run the `gosec` tool in a container against your local Go project. You j
`GOPATH` of the container:

```
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 $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PROJECT PATH> ./...
```

#### Generate TLS rule
Expand Down

0 comments on commit 6ca6e09

Please sign in to comment.