summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-02-20 11:49:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-02-20 11:52:22 -0800
commit582dc6f89e1f9288710a55cb2b8fbf2af99d7616 (patch)
tree55dd5f35fe0037b18cdecff0a9b53b1afd34a991
parent336e8f72559b489396c5cd503c4586ef800c2a8f (diff)
downloadxorg-lib-libX11-582dc6f89e1f9288710a55cb2b8fbf2af99d7616.tar.gz
gitlab CI: enable Static Application Security Testing (SAST)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21052b37..94a077cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,11 +15,13 @@ include:
- project: 'freedesktop/ci-templates'
ref: *template_sha
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
@@ -67,7 +69,7 @@ check-merge-request:
#
# Build a container with the given tag and the packages pre-installed.
-# This only happens if when the tag changes, otherwise the existing image is
+# This only happens if/when the tag changes, otherwise the existing image is
# re-used.
#
container-prep: