diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09210789bcf22cd89bb2cd4839d691175c90c0c3..b5297e07bc6741fdf7e7d41de4a111e4f65f00ae 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'