zift 0.2.3

Scan codebases for embedded authorization logic and generate Policy as Code (Rego for OPA, Cedar for AWS Verified Permissions and other Cedar-compatible engines)
Documentation
1
2
3
4
5
6
7
8
pub mod generator;
pub mod grouping;
pub mod templates;
pub mod validator;

pub use generator::RegoGenerator;
pub use grouping::group_findings;
pub use templates::render_template;