We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4d393 commit 7ce059eCopy full SHA for 7ce059e
tools/install/checkov.sh
@@ -29,6 +29,7 @@ if [[ $VERSION == latest ]]; then
29
else
30
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
31
fi
32
+pip3 check
33
34
apk del gcc libffi-dev musl-dev
35
# no longer required once checkov version depends on rustworkx >0.14.0
tools/install/pre-commit.sh
@@ -14,3 +14,4 @@ if [[ $VERSION == latest ]]; then
14
15
16
17
0 commit comments