dockerfile-security
dockerfile-security copied to clipboard
rego_unsafe_var_error: var i is unsafe
Hi I'm getting the following error while trying to use the rego file to check my docker image:
Error: running test: load: loading policies: get compiler: 1 error occurred: opa-docker-security.rego:88: rego_unsafe_var_error: var i is unsafe
I'm new to this, so could you please help me in resolving this issue. This same error is coming in all the versions for improved "root" user check.
same error