From 4e011b91fa3ef58b85327d3429889efd934b3531 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 2 Aug 2022 15:03:19 -0700 Subject: 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 6c9a27f..00ad0ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,10 +16,12 @@ include: - project: 'freedesktop/ci-templates' ref: 59de540b620c45739871d1a073d76d5521989d11 file: '/templates/debian.yml' + - template: Security/SAST.gitlab-ci.yml stages: - docker-image - build + - test .debian-testing: variables: -- cgit v1.2.3