Skip to content

Commit efa9b03

Browse files
authored
Merge branch 'master' into test/checkov_drop
2 parents 1ea3cff + 7ce059e commit efa9b03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/install/checkov.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ if [[ $VERSION == latest ]]; then
1818
else
1919
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
2020
fi
21+
pip3 check

tools/install/pre-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ if [[ $VERSION == latest ]]; then
1414
else
1515
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
1616
fi
17+
pip3 check

0 commit comments

Comments
 (0)