diff options
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16da369..6003a1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,14 @@ include: file: '/templates/arch.yml' - project: 'freedesktop/ci-templates' ref: *template_sha - file: '/templates/ci-fairy.yml' + 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 @@ -33,10 +35,6 @@ variables: # -# Template for an image with ci-fairy installed -# - -# # Verify that commit messages are as expected, signed-off, etc. # check-commits: |