Skip to content

Commit

Permalink
fix(terraform): update CKV_AWS_339 valid EKS versions (#5652)
Browse files Browse the repository at this point in the history
* Update EKSPlatformVersion.py

EKS 1.23 ended support on 11 Oct 2023.
Include 1.28 as valid version.

* fix(terraform): update CKV_AWS_339 valid EKS versions

EKS 1.23 extended support works as 11 Oct 2024.
Include 1.28 as valid version.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

fix(terraform): update CKV_AWS_339 valid EKS versions

Description

The change in valid versions, as now 1.24 is the lowest supported version and 1.28 the newest available.
Fix

Update EKS version to a valid version
Checklist:

My code follows the style guidelines of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have made corresponding changes to the documentation
I have added tests that prove my feature, policy, or fix is effective and works
New and existing tests pass locally with my changes
Any dependent changes have been merged and published in downstream modules

* add missing space

---------

Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
2 people authored and actions-user committed Oct 18, 2023
1 parent 024b2b2 commit 02528c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.5.11'
version = '2.5.12'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.5.11
checkov==2.5.12

0 comments on commit 02528c3

Please sign in to comment.