Azure / template-analyzer

Template scanner for security misconfiguration and best practices
MIT License
123 stars 34 forks source link

Provide debugging tools for rule authoring #158

Open JohnathonMohr opened 2 years ago

JohnathonMohr commented 2 years ago

Complex rules can be complicated to write, and the rule may not work as expected when first authored. Being able to invoke the Template BPA in some kind of "debug mode" where it outputs what's happening in different Evaluations, scopes, resources/paths, etc. could make identifying errors in rules much easier.

yane3628 commented 2 years ago

A verbose flag maybe

anaismiller commented 2 years ago

No concrete design for this, closing and revisiting later.