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
@@ -312,7 +312,7 @@ impl RecoverableJobHandler for FilesConsistencyCheck {
"files_consistency completed with {} finding(s)",
finding_count
);
return RunOutcome::Completed;
return RunOutcome::completed();
}
for row in &rows {
@@ -490,7 +490,7 @@ impl RecoverableJobHandler for FilesConsistencyCheck {
"files_consistency completed with {} finding(s)",
finding_count
);
return RunOutcome::Completed;
return RunOutcome::completed();
}
}
}