diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b5ba40ec816aa75f6a293405c9d13db58b7ac82..4415d2b5dac9ac27917eaeb18232a90ffd83a70c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,28 +22,26 @@ 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/code-quality.yml'
-# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/sast.yml'
-# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/deps-scan.yml'
-# - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/container-scan.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/simple-website/dockerify.yml'
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml'
 
-dast:
+license-check:
   stage: quality-security
-  image: registry.gitlab.com/gitlab-org/security-products/zaproxy
-  variables:
-    website: "https://review:$AUTHPASSWORD@$CI_BUILD_REF_NAME-$CI_PROJECT_NAME.review.dbogatov.org"
+  image:
+    name: "registry.gitlab.com/gitlab-org/security-products/license-management:$CI_SERVER_VERSION_MAJOR-$CI_SERVER_VERSION_MINOR-stable"
+    entrypoint: [""]
+  stage: test
   allow_failure: true
   script:
-    - mkdir /zap/wrk/
-    - /zap/zap-baseline.py -J gl-dast-report.json -t $website || true
-    - cp /zap/wrk/gl-dast-report.json .
+    - /run.sh analyze .
   artifacts:
     reports:
-      dast: gl-dast-report.json
-  when: delayed
-  start_in: 1 minutes
+      license_management: gl-license-management-report.json
   tags:
-  - docker
+    - docker