StackGuardian / tirith

StackGuardian Policy Framework
Apache License 2.0
117 stars 37 forks source link

🚀 Add Support for YAML Input Files to CLI #196

Open Denish3436 opened 1 week ago

Denish3436 commented 1 week ago

The current CLI implementation only supports JSON input files for policy evaluation. It would be beneficial to add support for YAML files as an alternative input format, given YAML's readability and wide adoption.

This feature will require updating the input handling logic in the main function and potentially modifying the start_policy_evaluation function to parse YAML files correctly.