File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN apt update && apt install -y zip \
19
19
&& go install golang.org/x/tools/cmd/goimports@latest \
20
20
&& go install golang.org/x/tools/cmd/godoc@latest \
21
21
&& go install golang.org/x/tools/gopls@latest \
22
+ && go install golang.org/x/vuln/cmd/govulncheck@latest \
22
23
&& go install github.com/function61/deployer/cmd/deployer@latest \
23
24
&& go install github.com/rogpeppe/gohack@latest \
24
25
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@latest \
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Features
28
28
[ language server] ( https://langserver.org/ ) . Works in a container without changes to one's host system!
29
29
* Working is somewhat tied to use with Turbo Bob (LSP working inside container needs a few tricks)
30
30
- Contains [ Gohack] ( https://github.com/rogpeppe/gohack ) to make editing dependency modules easy
31
+ - [ Govulncheck] ( https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck ) reports known vulnerabilities that affect Go code.
31
32
- Fully static builds (so works even on Alpine linux which doesn't have standard libc)
32
33
- Cross compilation support:
33
34
* Linux-amd64
You can’t perform that action at this time.
0 commit comments