Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dojo/importers/base_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def update_import_history(
import_settings["close_old_findings"] = self.close_old_findings_toggle
import_settings["push_to_jira"] = self.push_to_jira
import_settings["tags"] = self.tags
import_settings["scan_date"] = self.scan_date if self.scan_date_override else None
if settings.V3_FEATURE_LOCATIONS:
# Add the list of locations that were added exclusively at import time
if len(self.endpoints_to_add) > 0:
Expand Down
Loading