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
-
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 usingeq
operator.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