Skip to content

Commit

Permalink
rego dir dump
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Jan 14, 2025
1 parent 440d8be commit 0e66447
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scubagoggles/run_rego.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ def opa_eval(product_name: str,
if OPA_EXE is None:
OPA_EXE = find_opa(opa_path)

log.warning('dump %s', str(rego_path))

for file in rego_path.glob('*'):
log.warning('%s', str(file))

rego_file = rego_path / f'{product_name.capitalize()}.rego'
utils_rego = rego_path / 'Utils.rego'

Expand Down

0 comments on commit 0e66447

Please sign in to comment.