We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef335a commit 6bd6e4bCopy full SHA for 6bd6e4b
README.md
@@ -28,8 +28,8 @@ You may obtain a copy of the License [here](http://www.apache.org/licenses/LICEN
28
### CI Installation
29
30
```bash
31
-# binary will be $GOPATH/bin/gosec
32
-curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin vX.Y.Z
+# binary will be $(go env GOPATH)/bin/gosec
+curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin vX.Y.Z
33
34
# or install it into ./bin/
35
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s vX.Y.Z
0 commit comments