Skip to content

Commit 0b85c45

Browse files
committed
Fix checkov incompatibility with pycares 5.0.0
The lint terraform workflow action has stopped working due to an incompatibility between checkov and pycares 5.0.0. This change pins the pycares version to fix this. Also update the version of checkov to be the version used in forms-deploy.
1 parent ed0b277 commit 0b85c45

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.review_apps/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# This is here exclusively to inform the version of Checkov we use.
22
# We do not write anything in Python.
3-
checkov==3.2.369
3+
checkov==3.2.470
4+
# This has been added due to an incompatibility between checkov and the latest pycares version. This can be removed
5+
# when checkov updates their dependency to support 5.x versions of pycares.
6+
pycares<5.0.0

0 commit comments

Comments
 (0)