mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
parent
7fd94463ed
commit
63b25c147f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ You can run the `gosec` tool in a container against your local Go project. You j
|
||||||
`GOPATH` of the container:
|
`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
|
#### Generate TLS rule
|
||||||
|
|
Loading…
Reference in a new issue