diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 14:21:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 14:21:21 -0800 |
commit | 822be4f28bda6ba1267f4f11d378295e70f4aaba (patch) | |
tree | c1cba5807be04f4231b97e69414c8b50b88479e5 | |
parent | 107fbd198f2d4cec9efb54e89a568a595ac2d1e3 (diff) |
gitlab CI: enable Static Application Security Testing (SAST)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16da369..6003a1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,14 @@ include: file: '/templates/arch.yml' - project: 'freedesktop/ci-templates' ref: *template_sha - file: '/templates/ci-fairy.yml' + 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 @@ -33,10 +35,6 @@ variables: # -# Template for an image with ci-fairy installed -# - -# # Verify that commit messages are as expected, signed-off, etc. # check-commits: |