Remove unused code from GitLab Advanced SAST
Proposal
The purpose of this issue is to remove unused code from GitLab Advanced SAST.
Implementation Plan
-
Remove or address TODOcomments that link to issues that have been resolved: -
As mentioned here, configPathis not used by theanalyzefunction, but it is used in theconvertfunction, which might be incorrect, since it seems like it should either be used in both places, or neither place (to be confirmed).We should either add an integration test, if the behaviour implemented here is necessary, or remove it if it's not necessary.