diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf592c3e885bcda7da046aa84663924d9b07e008..07cd1e58d40548246c89dac6ea0a8bc1cd39ebb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,13 @@ include: - project: 'freedesktop/ci-templates' ref: *template_sha file: '/templates/ci-fairy.yml' + - template: Security/SAST.gitlab-ci.yml stages: - prep # prep work like rebuilding the container images if there is a change - build # for actually building and testing things in a container + - test - deploy