1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-08-01 19:38:27 +00:00

add test case for eks 1.5

This commit is contained in:
Laiba Bareera 2025-07-31 18:27:52 +05:00
parent 8dd920ca4a
commit acd4a23605

View File

@ -657,6 +657,13 @@ func Test_getPlatformBenchmarkVersion(t *testing.T) {
},
want: "eks-1.7.0",
},
{
name: "eks 1.24",
args: args{
platform: Platform{Name: "eks", Version: "1.24"},
},
want: "eks-1.5.0",
},
{
name: "gke 1.19",
args: args{