We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6031306 commit 70defccCopy full SHA for 70defcc
1 file changed
src/commands/tasks.ts
@@ -221,7 +221,7 @@ function toSystemAuditFindings(params: {
221
severityFilter?: TaskSystemAuditSeverity;
222
codeFilter?: TaskSystemAuditCode;
223
}) {
224
- const taskFindings = listTaskAuditFindings();
+ const taskFindings = listTaskAuditFindings({ tasks: reconcileInspectableTasks() });
225
const flowFindings = listTaskFlowAuditFindings();
226
const allFindings: TaskSystemAuditFinding[] = [
227
...taskFindings.map((finding) => ({
0 commit comments