Skip to content

Remove the old fallback finder from resolver

Subashis Chakraborty requested to merge 460494-show-findings-bug into master

Remove the old fallback finder from resolver so that it does not populate result while we are waiting for pipeline to finish.

The fallback finder was always returning result because of the setup. The old fallback finder depends on Vulnerabilities::Finding. After this change we will solely depends on Security::Finding just like rest api, we had to change most of the spec setup depending on this resolver. Also the factories setup. Most of the changes in this MR is for spec setup.

Related to #460494 (closed)

Edited by Subashis Chakraborty

Merge request reports

Loading