mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:59:21 +00:00
fix(commands): audit explicit task records
This commit is contained in:
parent
60313069ba
commit
70defcc046
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ function toSystemAuditFindings(params: {
|
|||
severityFilter?: TaskSystemAuditSeverity;
|
||||
codeFilter?: TaskSystemAuditCode;
|
||||
}) {
|
||||
const taskFindings = listTaskAuditFindings();
|
||||
const taskFindings = listTaskAuditFindings({ tasks: reconcileInspectableTasks() });
|
||||
const flowFindings = listTaskFlowAuditFindings();
|
||||
const allFindings: TaskSystemAuditFinding[] = [
|
||||
...taskFindings.map((finding) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue