Update CI YAML loading in DAST services
What does this MR do and why?
We want to remove all uses of legacy CI YAML loading with Yaml.load!
. This MR updates OnDemandScanPipelineConfigurationService
and Dast::ScanConfigs::FetchService
to use the new Loader
class
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #409846 (closed)