diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79167c4..361f328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,15 @@ stages: - build + - test variables: # No interactive timezone dialog for tzdata DEBIAN_FRONTEND: noninteractive +# SAST +include: + - template: Security/SAST.gitlab-ci.yml + before_script: - apt-get update -yqq - apt-get install -yqq build-essential cmake @@ -27,3 +32,6 @@ build_focal: build_jammy: extends: .build image: ubuntu:22.04 + +sast: + stage: test