Skip to content

Commit 7ce059e

Browse files
authored
chore(docker): Add validation for pip installed packages for integrity validation (#906)
1 parent 8e4d393 commit 7ce059e

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
@@ -29,6 +29,7 @@ if [[ $VERSION == latest ]]; then
2929
else
3030
pip3 install --no-cache-dir "${TOOL}==${VERSION}"
3131
fi
32+
pip3 check
3233

3334
apk del gcc libffi-dev musl-dev
3435
# no longer required once checkov version depends on rustworkx >0.14.0

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)