Skip to content

Commit

Permalink
chore: Added TODOs in ReportBuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker authored and j-lanson committed Sep 7, 2024
1 parent 2872e92 commit 436b960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hipcheck/src/report/report_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ pub fn build_report(session: &Session, scoring: &ScoringResults) -> Result<Repor
}
};

// TODO: Add construction of all plugin results here.
// TODO: Add handling of auto-investigation-if-fail rules.

builder
.set_risk_score(scoring.score.total)
.set_risk_policy(session.risk_policy().as_ref().clone());
Expand Down

0 comments on commit 436b960

Please sign in to comment.