Draft: Move target access check into TargetSelector
What does this MR do?
Refactors the target access check into TargetSelector
so that all target processing logic is in the same place.
- Renames
TargetWebsite
toTargetWebsiteCheck
and moves it toservices
- Renames
TargetWebsiteAvailabilityCheck
toTargetWebsiteAvailability
and moves it toservices
- Moves the target access check out of
ScanScriptWrapper
and intoTargetSelector
.
What are the relevant issue numbers?
I'm taking gitlab-org/gitlab#229067 (closed) as an opportunity to do this refactor
Edited by Avielle Wolfe