Add govulncheck

This commit is contained in:
Torjus Håkestad 2024-02-01 16:23:01 +01:00
parent 43d0940af5
commit bac1e236dc
No known key found for this signature in database
GPG Key ID: C6FD38B820D295FC

View File

@ -29,6 +29,7 @@ RUN go install github.com/haya14busa/goplay/cmd/goplay@latest \
&& go install github.com/fatih/gomodifytags@latest \
&& go install github.com/josharian/impl@latest \
&& go install github.com/cweill/gotests/gotests@latest \
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
&& rm -rf /root/go
ENV GOBIN=