feat(rotate-key): add report + key fingerprint in hexdigit fmt

This commit is contained in:
Edouard Vanbelle
2026-08-02 01:05:02 +02:00
parent ddede168f9
commit 0a41f561d0
11 changed files with 210 additions and 23 deletions
@@ -199,7 +199,7 @@ impl RecoverableJobHandler for DrivesConsistencyCheck {
"drives_consistency completed with {} drift finding(s)",
drift_count
);
return RunOutcome::Completed;
return RunOutcome::completed();
}
// Per-row check: cached vs actual. This is the ONE check
@@ -255,7 +255,7 @@ impl RecoverableJobHandler for DrivesConsistencyCheck {
"drives_consistency completed with {} drift finding(s)",
drift_count
);
return RunOutcome::Completed;
return RunOutcome::completed();
}
}
}