SPC Policies Not Generating FindingsIssue The SPC policies are not generating any findings despite being configured and activated correctly. The SPC Cached Assets table is filled with data, but the Configuration Compliance Test Result table, SPC Policy CI Staging table, and SPC Policy CI Pre Stages table remain empty after running the scheduled job to evaluate the policies.ReleaseYokohama P4Resolution1. Identify the OOB script include 'policyExecuter' as the source of the issue.2. Locate the specific line in the script where the addEncodedQuery with true is causing the ACL enforcement problem. This is found in line 219 of the script.3. Remove the true parameter from the addEncodedQuery in line 219 of the policyExecuter script to prevent ACL enforcement.4. Execute the background job after making the script modification to populate the sn_vulc_result and sn_spc_core_policy_ci_staging tables with the expected findings.5. Verify that the tables now contain the generated findings after the background job completes successfully.