Enable security scans
This MR is to enable security scans in this project.
before_script, services, image where added as global and applicable for all the jobs. This creates issues with the security scan jobs since those configurations are not applicable to them. So I have grouped them together into a extendable job configuration .config: and then extended in the jobs which require them.
Edited by Nikhil George