Skip to content

Commit

Permalink
dump opa command
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Jan 14, 2025
1 parent f3b0aa5 commit 440d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scubagoggles/run_rego.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def opa_eval(product_name: str,
command.append('--explain=full')

try:
log.debug('Running OPA: %s', ' '.join(command))
log.warning('Running OPA: "%s"', ' '.join(command))

output = subprocess.run(command, capture_output=True, check=True)
str_output = output.stdout.decode()
Expand Down

0 comments on commit 440d8be

Please sign in to comment.