Skip to content

Commit df06903

Browse files
authored
fix(notif): Add findings_reactivated and findings_untouched again (#11963)
1 parent e9a9ae0 commit df06903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dojo/importers/default_reimporter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ def process_scan(
131131
self.test,
132132
updated_count,
133133
new_findings=new_findings,
134+
findings_reactivated=reactivated_findings,
134135
findings_mitigated=closed_findings,
136+
findings_untouched=untouched_findings,
135137
)
136138
# Update the test progress to reflect that the import has completed
137139
logger.debug("REIMPORT_SCAN: Updating Test progress")

0 commit comments

Comments
 (0)