Add pip-audit
All checks were successful
publish-images / publish-vscode (push) Successful in 11m31s

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

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