Empty comparison value not accepted and check fails #1512
Unanswered
darshil4420
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project which has been built over kube-bench. It sends the key value pair of flag and its value like as below
flagName: flagValue.There is one scenario where flagValue is empty string i.e
"". I've provided expected value empty string as well and I am usingeqoperator.Some how it's not compared and the check is failing.
Can someone please confirm is this expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions