We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a9ae0 commit df06903Copy full SHA for df06903
1 file changed
dojo/importers/default_reimporter.py
@@ -131,7 +131,9 @@ def process_scan(
131
self.test,
132
updated_count,
133
new_findings=new_findings,
134
+ findings_reactivated=reactivated_findings,
135
findings_mitigated=closed_findings,
136
+ findings_untouched=untouched_findings,
137
)
138
# Update the test progress to reflect that the import has completed
139
logger.debug("REIMPORT_SCAN: Updating Test progress")
0 commit comments