Skip to main content

assess_bundle

Function assess_bundle 

Source
pub fn assess_bundle(
    bundle: &EvidenceBundle,
    policy: Option<&str>,
    extra_controls: Vec<Box<dyn Control>>,
) -> Result<AssessmentReport>
Expand description

Assess an evidence bundle against all built-in controls using the given policy.

Extra controls are appended to the built-in registry, enabling callers to inject platform-specific checks (e.g. Jira linkage, Bitbucket pipeline status).