gitlab CI: enable Static Application Security Testing (SAST)

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2022-02-20 11:49:42 -08:00
parent 336e8f7255
commit 582dc6f89e

View file

@ -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: