Skip to content

Commit 5faac61

Browse files
fix(terraform): Add k8s 1.29 to CKV_AWS_339 (#6056)
Add k8s 1.29
1 parent d012a62 commit 5faac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkov/terraform/checks/resource/aws/EKSPlatformVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_inspected_key(self) -> str:
2424
return "version"
2525

2626
def get_expected_values(self) -> list[Any]:
27-
return ["1.23", "1.24", "1.25", "1.26", "1.27", "1.28"]
27+
return ["1.23", "1.24", "1.25", "1.26", "1.27", "1.28", "1.29"]
2828

2929

3030
check = EKSPlatformVersion()

0 commit comments

Comments
 (0)