Remove deprecated SAST jobs
What does this MR do and why?
Removes the brakeman
and nodejs-scan
SAST jobs. These will be deprecated in 17.0: https://docs.gitlab.com/ee/update/deprecations.html?removal_milestone=17.0#sast-analyzer-coverage-changing-in-gitlab-170
The checks performed by these have been replaced with the semgrep-analyzer
, which is already present in this project (example recent passing job: https://gitlab.com/gitlab-org/gitlab-docs/-/jobs/6811738272).
Closes #1784 (closed)
Merge request 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 merge request.