Analyzer variable usage example is misleading
The example usage for SAST_EXCLUDED_PATHS in https://docs.gitlab.com/ee/user/application_security/sast/ uses =, which works from the command line, but : is needed when adding it to the .yaml file.
This pattern is also used in other scanner documentation, such as Dependency Scanning. We should update all the scanners with whatever we come up with.