MaterializeInc / k8s-eip-operator

Apache License 2.0
11 stars 2 forks source link

fix xmark rules to use hex not decimal values #396

Closed alex-hunt-materialize closed 11 months ago

alex-hunt-materialize commented 11 months ago

Fix xmark rules to use hex values, not decimal.

Previously it used the decimal values in a hex string, which ended up being two incorrect hex digits instead of a single correct hex digit (ie: 0x15 instead of 0xf).