Skip to content

Commit 3d2d906

Browse files
authored
disable logging of full terraform plan output (#1373)
1 parent d1409e7 commit 3d2d906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pkg/policy/policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func (p DiggerPolicyChecker) CheckPlanPolicy(SCMrepository string, SCMOrganisati
352352
}
353353

354354
ctx := context.Background()
355-
log.Printf("DEBUG: passing the following input policy: %v ||| text: %v", input, policy)
355+
log.Printf("DEBUG: passing the following input policy: %v", policy)
356356
query, err := rego.New(
357357
rego.Query("data.digger.deny"),
358358
rego.Module("digger", policy),

0 commit comments

Comments
 (0)