mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-21 23:58:06 +00:00
Set actualResult (#703)
actual Result is used later on to get actual value and the --include-test-output values but it never got set so its always empty.
This commit is contained in:
parent
1899f26bc1
commit
041c437339
@ -169,6 +169,7 @@ func (t testItem) execute(s string) *testOutput {
|
||||
}
|
||||
}
|
||||
|
||||
result.actualResult = s
|
||||
return result
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user