update .yml in "configure SAST manually" documentation
What does this MR do and why?
the currently linked template in the SAST config section of the documentation is https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
in that template it is noted that
# This template moved to Jobs/SAST.gitlab-ci.yml in GitLab 14.0
# Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/292977
this MR updates the documentation to directly link to the template in the jobs directory instead
edit: also updates
- https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuration
- https://docs.gitlab.com/ee/user/application_security/secret_detection/#configuration
as mentioned in !93610 (comment 1059094621)
MR 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 MR.
i noticed the MR checklist mentioned backwards compatibility across versions. i'm assuming the documentation for older versions wouldn't be impacted by this MR, but if there's something else i need to do to ensure that's the case i'll gladly update it!