mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-08-02 11:58:28 +00:00
add test case for eks 1.5
This commit is contained in:
parent
8dd920ca4a
commit
acd4a23605
@ -657,6 +657,13 @@ func Test_getPlatformBenchmarkVersion(t *testing.T) {
|
|||||||
},
|
},
|
||||||
want: "eks-1.7.0",
|
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",
|
name: "gke 1.19",
|
||||||
args: args{
|
args: args{
|
||||||
|
Loading…
Reference in New Issue
Block a user