diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-23 16:31:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-23 16:31:19 -0700 |
commit | 7ca8d2042d1cac990d77982a2bcf492ed0548a8b (patch) | |
tree | c48a802514da05b47a83b325ecbf5a09a5ea2d56 /.gitlab-ci.yml | |
parent | 644e96bf5ec409519a6f653c17409d2f03463a21 (diff) |
gitlab CI: enable gitlab's builtin static analysis
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
-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 548bc6c..8227d25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ include: - project: 'freedesktop/ci-templates' ref: *template_sha file: '/templates/ci-fairy.yml' + - template: Security/SAST.gitlab-ci.yml # global variables to be used by most/all jobs. variables: |