Skip to main content

build_sarif

Function build_sarif 

Source
pub fn build_sarif(
    results: &AnalysisResults,
    root: &Path,
    rules: &RulesConfig,
    rule_builder: &dyn Fn(&str, &str, &str) -> Value,
) -> Value