Closed anakrish closed 5 months ago
Following rego
package example x = 5 * y y = input.a z = 1
results in
errors: --- error: Cannot perform arithmetic operations on non-numeric values code: wellformed_error (errorast (arg-seq (*) (scalar (INT 1:5)) (var 14:data.example.y)))
Following rego
results in