mirror of
https://github.com/securego/gosec.git
synced 2025-07-15 01:04:43 +02:00
committed by
Cosmin Cojocar
parent
7fd94463ed
commit
63b25c147f
@ -182,7 +182,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 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>
|
||||
```
|
||||
|
||||
#### Generate TLS rule
|
||||
|
Reference in New Issue
Block a user