diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21052b37..94a077cf 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 @@ -67,7 +69,7 @@ check-merge-request: # # Build a container with the given tag and the packages pre-installed. -# This only happens if when the tag changes, otherwise the existing image is +# This only happens if/when the tag changes, otherwise the existing image is # re-used. # container-prep: