Versions tested with: 0.11.1/0.12
While using fregot with a a custom set of rules and leveraging the regula library, the execution hangs while invoking the main deny. I let it run for 10 mins or so and it keep pretty high CPU usage the whole time.
Steps to recreate:
fregot repl --input tf-plan.json policy
:break data.rule.<rulename>.<etc>
data.main.deny
This seems to be due to a large tf-plan file (1.1 MB). Smaller files seem to work fine with the same library of rules.
Versions tested with: 0.11.1/0.12
While using fregot with a a custom set of rules and leveraging the regula library, the execution hangs while invoking the main deny. I let it run for 10 mins or so and it keep pretty high CPU usage the whole time.
Steps to recreate:
fregot repl --input tf-plan.json policy:break data.rule.<rulename>.<etc>data.main.denyThis seems to be due to a large tf-plan file (1.1 MB). Smaller files seem to work fine with the same library of rules.