From 1b58881c3ef4e3a14d6ac62b407a925a511ca2c6 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Sat, 1 Dec 2018 16:54:36 -0500 Subject: [PATCH] Test all code quality. --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0921078..b5297e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,13 +22,13 @@ include: - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/review/review.yml' - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/review/stop-review.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/code-quality.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/sast.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/deps-scan.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/container-scan.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/dast.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/license-check.yml' -# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/performance.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/code-quality.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/sast.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/deps-scan.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/container-scan.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/dast.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/license-check.yml' +- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/quality-security/performance.yml' - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/dockerify.yml' - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml' -- GitLab