Custom rules validation CI
I have 2 Gitlabs: one for developers (DevGitlab) and another (SecGitlab) for security rules, tools and so one. From DevGitlab code pushs to SecGitlab where we have security gates, security pipeline, custom rules for SAST. I have to reject the pipeline if it has not passed the checks, including checking for compliance with internal requirements. We dont want to trust developers and I think this is a good idea. For this purpose I should use custom validation checks and scripts and I think this is a bicycle.
Tell me please has Gitlab CE some solution for my problem or maybe community can suggest me something?
Thank you for your replies and your time.