diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32819b76d1c8485079aed8bad5a0db467fdb16a6..afba75567dfaf182932beaf388f0cd03aad8eed9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ include: - template: Security/License-Management.gitlab-ci.yml + - template: Security/License-Management.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml .test: &test script: @@ -26,6 +27,10 @@ verify: artifacts: paths: - coverage.html + +sast: + script: + - make setup test:1.11: image: golang:1.11