Skip to content

Commit 3dde15e

Browse files
committed
Adds govulncheck to golang image
1 parent 36ae88a commit 3dde15e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.acmesh-golang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-
3434
RUN go install github.com/kyoh86/richgo@latest \
3535
&& go install github.com/sonatype-nexus-community/nancy@latest \
3636
&& go install github.com/mfridman/tparse@latest \
37+
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
3738
&& rm -rf /root/.cache/go-build
3839

3940
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:acmesh-golang"

0 commit comments

Comments
 (0)