diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
2.8k stars 129 forks source link

Parameterize OPA validation check commenting #1510

Open evanstachowiak opened 1 month ago

evanstachowiak commented 1 month ago

Currently when using a custom run: step, digger is commenting for each service Terraform plan validation check. This is happening even when there are no OPA policies configured. When many plans are running, it is a lot of extra commenting without a real purpose. Please implement a way to disable this commenting when it is not necessary.

policy-check

motatoes commented 1 month ago

Hey thanks for reporting, on slack you also mentioned using cdktf. Does it mean you have overriden both the plan and apply steps of digger and you expect to not see any comments besides the summary comment in this case?