diff --git a/tools/install/checkov.sh b/tools/install/checkov.sh index 8be8c649e..df031cfe2 100755 --- a/tools/install/checkov.sh +++ b/tools/install/checkov.sh @@ -29,6 +29,7 @@ if [[ $VERSION == latest ]]; then else pip3 install --no-cache-dir "${TOOL}==${VERSION}" fi +pip3 check apk del gcc libffi-dev musl-dev # no longer required once checkov version depends on rustworkx >0.14.0 diff --git a/tools/install/pre-commit.sh b/tools/install/pre-commit.sh index 9f3bdfb24..ca46e679d 100755 --- a/tools/install/pre-commit.sh +++ b/tools/install/pre-commit.sh @@ -14,3 +14,4 @@ if [[ $VERSION == latest ]]; then else pip3 install --no-cache-dir "${TOOL}==${VERSION}" fi +pip3 check