diff --git a/plugins/templates/gitlab-tools.yml b/plugins/templates/gitlab-tools.yml
index 9f190a12e53cb225cf6b54d5e3e4582963c60f71..75251e8f6f5c0de20f5352f807c89df947b8bd22 100644
--- a/plugins/templates/gitlab-tools.yml
+++ b/plugins/templates/gitlab-tools.yml
@@ -1,11 +1,21 @@
 include:
-  - template: Security/SAST.gitlab-ci.yml
   - template: Security/Dependency-Scanning.gitlab-ci.yml
+  - template: Security/License-Scanning.gitlab-ci.yml
+  - template: Security/SAST.gitlab-ci.yml
+  - template: Security/Secret-Detection.gitlab-ci.yml
 
 dependency_scanning:
   before_script: echo ""
   stage: security
 
+license_scanning:
+  before_script: echo ""
+  stage: security
+
 sast:
   before_script: echo ""
   stage: security
+
+secret_detection:
+  before_script: echo ""
+  stage: security