diff --git a/files/templates/gitlab-tools.yml b/files/templates/gitlab-tools.yml
index 75251e8f6f5c0de20f5352f807c89df947b8bd22..3c6584f524926d16ec6235835e5ec0eede313de7 100644
--- a/files/templates/gitlab-tools.yml
+++ b/files/templates/gitlab-tools.yml
@@ -1,6 +1,5 @@
 include:
   - 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
 
@@ -8,10 +7,6 @@ dependency_scanning:
   before_script: echo ""
   stage: security
 
-license_scanning:
-  before_script: echo ""
-  stage: security
-
 sast:
   before_script: echo ""
   stage: security