Remove cron schedule for ImportSoftwareLicensesWorker

What does this MR do and why?

As described in #497969 (closed), we are planning the software_licenses table. We should remove all code references to the software_licenses. This MR removes the cron schedule for the ImportSoftwareLicensesWorker. The software licenses imported by this worker were used to link software_license_policies to software_licenses. However, the software_license table is no longer used by software_license_policies. As recommended in our handbook, this MR also updates the perform method to a no-op.

References

Related to: #497969 (closed)

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading