diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-23 15:43:35 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-23 15:46:28 -0700 |
commit | 4208f2d0dd928a2e627a2284337302be62b3967a (patch) | |
tree | 49941f296f3ddc38243db19d07b3e1c9790c477b | |
parent | b2a8c9da0a61dc376151fb1992c79aa1cec7e9b6 (diff) |
gitlab CI: enable gitlab's builtin static analysis
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ffe331..464af3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ include: - project: 'freedesktop/ci-templates' ref: *templates_sha file: '/templates/ci-fairy.yml' + - template: Security/SAST.gitlab-ci.yml # global variables to be used by most/all jobs. variables: |