Compare commits

...

2 Commits

Author SHA1 Message Date
681b86e03f
Add pip-audit
All checks were successful
publish-images / publish-vscode (push) Successful in 11m31s
2024-02-01 16:23:52 +01:00
bac1e236dc
Add govulncheck 2024-02-01 16:23:01 +01:00

View File

@ -18,6 +18,7 @@ RUN dnf update -y \
# Install some python tools
RUN PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install \
poetry \
pip-audit \
ipython
# Install some go tools
@ -29,6 +30,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=