Read SAST template and .gitlab-ci.yml to decide whether an analyzer is enabled

In the existing implementation, we only read static file to decide whether a particular analyzer is enabled. We need to extend the functionality to read from SAST template and .gitlab-ci.yml file to gather the information about whether an analyzer is enabled.

Implementation plan

Edited by rossfuhrman