Skip to content

Commit 57baa14

Browse files
committed
add govulncheck
1 parent c6dc2d7 commit 57baa14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)