diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-16 18:12:44 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-16 18:12:44 +0100 |
commit | 5aa1fb9d1ec0d01bd553e6743363ce2eaa9751a3 (patch) | |
tree | 702839e1b123992372bc849de54979dd61dfde41 | |
parent | d158b1c0aaa45ed572d3351fe9df52280d0c0b86 (diff) | |
download | egovutils-5aa1fb9d1ec0d01bd553e6743363ce2eaa9751a3.tar.gz egovutils-5aa1fb9d1ec0d01bd553e6743363ce2eaa9751a3.tar.bz2 egovutils-5aa1fb9d1ec0d01bd553e6743363ce2eaa9751a3.zip |
update GitLab CI config
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d03e13d..46cb4e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,8 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml - - template: Code-Quality.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml + # - template: Code-Quality.gitlab-ci.yml stages: - assemble |