summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-30 11:28:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-30 11:36:43 -0800
commit2ce8015efcf0828208dcd4da0fcf36c66012a0b8 (patch)
tree09de67dd4c89eb32f37691b460b08e8bde2497b8
parentf7ae6067fd186c22c4cc0a3b57d776e492a520b1 (diff)
gitlab CI: enable Static Application Security Testing (SAST)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf592c3..07cd1e5 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