mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-31 10:01:06 +00:00
Complete merge where test numbers changes
This commit is contained in:
parent
c887794807
commit
9b034024a7
@ -169,15 +169,15 @@ func TestTestExecuteExceptions(t *testing.T) {
|
|||||||
str string
|
str string
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
controls.Groups[0].Checks[22],
|
controls.Groups[0].Checks[23],
|
||||||
"this is not valid json {} at all",
|
"this is not valid json {} at all",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
controls.Groups[0].Checks[23],
|
controls.Groups[0].Checks[24],
|
||||||
"{\"key\": \"value\"}",
|
"{\"key\": \"value\"}",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
controls.Groups[0].Checks[24],
|
controls.Groups[0].Checks[25],
|
||||||
"broken } yaml\nenabled: true",
|
"broken } yaml\nenabled: true",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user