File tree Expand file tree Collapse file tree
tests/templates/kuttl/opa-authorization/trino_rules/.regal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22rules :
3+ imports :
4+ unresolved-reference :
5+ # `data.trino_policies` is provided by the user and not included
6+ # in the general trino rules.
7+ except-paths :
8+ - data.trino_policies.policies
9+ - data.trino_policies.extra_groups
310 style :
4- external-reference :
5- ignore :
6- files :
7- # The policy rules are used in the first_matching_rule
8- # functions. To avoid these external references to the policy
9- # rules, it would be necessary to add them as a parameter to
10- # all functions, and call these functions even from
11- # verification.rego with this parameter. Therefore, this
12- # linter warning is ignored because the policy rules are
13- # seen as the context for the actual_permissions.rego.
14- - actual_permissions.rego
1511 file-length :
1612 ignore :
1713 files :
You can’t perform that action at this time.
0 commit comments