We have existing groups and projects where SAST scans are working using the default yml when enabling SAST:
stages:
test
sast:
stage: test
include:
template: Security/SAST.gitlab-ci.yml
However, when new projects are created under the same pre-existing group the scan is no longer getting invoked. I compared new and old projects and don’t see any configuration(s) that would prevent it from working on new.
Hello,
Forgive my insanely delayed reply got pulled into other priorities. To follow up on this here is what the UI shows when I try to run the pipeline manually: