Skip to content

Commit

Permalink
fix(terraform): Add k8s 1.29 to CKV_AWS_339 (#6056)
Browse files Browse the repository at this point in the history
Add k8s 1.29
  • Loading branch information
mikeurbanski1 committed Feb 28, 2024
1 parent d012a62 commit 5faac61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_inspected_key(self) -> str:
return "version"

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


check = EKSPlatformVersion()

0 comments on commit 5faac61

Please sign in to comment.