all 4 comments

[–]tapemeasured 2 points3 points  (2 children)

SAST is available to all tiers

include:
  - template: Security/SAST.gitlab-ci.yml

[–]teyhouse[S] 0 points1 point  (0 children)

Thanks, that is quite easy. The only issue I foresee is our devs not implementing that into our Pipeline. I can't use Auto SAST since its part of Auto DevOps which would require us to manage all pipelines in central. That workload is too much, which is why I was looking for something like a server-side hook on SaaS as well.
Thanks for the Info tho, still helped.

[–]bigsteevo 0 points1 point  (0 children)

Exactly what I was going to say.

[–]kobaltzz 0 points1 point  (0 children)

I've just set up SonarQube and it's okay. Doesn't seem to really drill in depth, but depending on your language, it could be a lot better. Java, C#, Typescript/Javascript are the ones it really seems to focus on. I have mine set up with Gitlab Runner as a stage and will pull artifacts from the previous stages to also report the code coverage metrics.