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.
2 parents 1ea3cff + 7ce059e commit efa9b03Copy full SHA for efa9b03
tools/install/checkov.sh
@@ -18,3 +18,4 @@ if [[ $VERSION == latest ]]; then
18
else
19
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
20
fi
21
+pip3 check
tools/install/pre-commit.sh
@@ -14,3 +14,4 @@ if [[ $VERSION == latest ]]; then
14
15
16
17
0 commit comments