From f26c7265ec0ca40458a3e2c5e387094607a43fa6 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Jul 2022 15:03:00 -0700 Subject: [PATCH] gitlab CI: enable gitlab's builtin static analysis Signed-off-by: Alan Coopersmith --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92b023913..b8eb156d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,10 +17,12 @@ include: - project: 'freedesktop/ci-templates' ref: 4f06663cd1507136a0f8440925a2521098adb298 file: '/templates/debian.yml' + - template: Security/SAST.gitlab-ci.yml stages: - docker-image - build-and-test + - test .ci-run-policy: # Retry jobs after runner system failures