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 \
1919 && go install golang.org/x/tools/cmd/goimports@latest \
2020 && go install golang.org/x/tools/cmd/godoc@latest \
2121 && go install golang.org/x/tools/gopls@latest \
22+ && go install golang.org/x/vuln/cmd/govulncheck@latest \
2223 && go install github.com/function61/deployer/cmd/deployer@latest \
2324 && go install github.com/rogpeppe/gohack@latest \
2425 && 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
2828 [ language server] ( https://langserver.org/ ) . Works in a container without changes to one's host system!
2929 * Working is somewhat tied to use with Turbo Bob (LSP working inside container needs a few tricks)
3030- 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.
3132- Fully static builds (so works even on Alpine linux which doesn't have standard libc)
3233- Cross compilation support:
3334 * Linux-amd64
You can’t perform that action at this time.
0 commit comments