From 252bc4ba0dd629c9b407f7e7947977219a4cea6c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Jul 2022 16:52:05 -0700 Subject: [PATCH] gitlab CI: enable gitlab's builtin static analysis Signed-off-by: Alan Coopersmith --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4005637..d49854c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ include: - project: 'freedesktop/ci-templates' ref: *template_sha file: '/templates/ci-fairy.yml' + - template: Security/SAST.gitlab-ci.yml variables: FDO_UPSTREAM_REPO: xorg/driver/xf86-input-libinput