mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-30 19:35:06 +00:00
Add returnType for regexMatch in kyverno jp output (#3575)
Signed-off-by: tend2infinity <somu12.ss@gmail.coom> Co-authored-by: tend2infinity <somu12.ss@gmail.coom>
This commit is contained in:
parent
3d554ce53b
commit
84aa2e3fbb
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ func GetFunctions() []*FunctionEntry {
|
|||
},
|
||||
Handler: jpRegexMatch,
|
||||
},
|
||||
ReturnType: []JpType{JpBool},
|
||||
},
|
||||
{
|
||||
Entry: &gojmespath.FunctionEntry{Name: patternMatch,
|
||||
|
|
Loading…
Add table
Reference in a new issue