Documentation Out of date: SAST.gitlab-ci.yml
Today, was exciting to see SAST scanning moved to core, and tried to setup:
Problem to solve
https://docs.gitlab.com/ee/user/application_security/sast/#configuration
Says:
include:
- template: SAST.gitlab-ci.yml
But it seems that yml file does not exist. When looking into Gitlab's source, I see the correct template is Security/SAST.gitlab-ci.yml
ref #34705 (closed)