diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..7829fa96301f38fbcd2dbe1c2a50b3f0bf20623c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +include: + - template: Security/Secret-Detection.gitlab-ci.yml + - template: Jobs/SAST-IaC.latest.gitlab-ci.yml + +kics-iac-sast: + rules: + - if: '$CI_PIPELINE_SOURCE == "push"' + +secret_detection: + rules: + - if: '$CI_PIPELINE_SOURCE == "push"'