From 6ca6e09b2b1d5548fe2e69b2a0d6ae472f48113b Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 25 Sep 2018 04:03:40 +0000 Subject: [PATCH] fix the image execution example in README.md Signed-off-by: Andrew Hsu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e47ab9ac37..b235f8452f 100644 --- a/README.md +++ b/README.md @@ -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/:/go/src/ securego/gosec /go/src/ +docker run -it -v $GOPATH/src/:/go/src/ ./... ``` #### Generate TLS rule