From 822be4f28bda6ba1267f4f11d378295e70f4aaba Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 7 Dec 2021 14:21:21 -0800 Subject: gitlab CI: enable Static Application Security Testing (SAST) Signed-off-by: Alan Coopersmith --- .gitlab-ci.yml | 8 +++----- 1 file 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 @@ -32,10 +34,6 @@ variables: FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xorg-util-macros xorgproto libx11 libxt libice libsm libxaw' -# -# Template for an image with ci-fairy installed -# - # # Verify that commit messages are as expected, signed-off, etc. # -- cgit v1.2.3