diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-02 15:03:19 -0700 |
---|---|---|
committer | Shashank Sharma <5287-contactshashanksharma@users.noreply.gitlab.freedesktop.org> | 2022-08-18 10:49:16 +0000 |
commit | 4e011b91fa3ef58b85327d3429889efd934b3531 (patch) | |
tree | bee690636cdefbab170d252c9324cb090cf47689 | |
parent | dc81177ef342bf8c2aa5a6fd6687c7a09b4f9709 (diff) |
gitlab CI: enable gitlab's builtin static analysis
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c9a27f..00ad0ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,10 +16,12 @@ include: - project: 'freedesktop/ci-templates' ref: 59de540b620c45739871d1a073d76d5521989d11 file: '/templates/debian.yml' + - template: Security/SAST.gitlab-ci.yml stages: - docker-image - build + - test .debian-testing: variables: |