From 8023c897e0eba685539a1cc8387b46d606d5053e Mon Sep 17 00:00:00 2001
From: Erick Hitter <gitlab-s@mxs.ethitter.com>
Date: Thu, 15 May 2025 19:44:45 +0000
Subject: [PATCH] Remove deprecated template

https://gitlab.com/gitlab-org/gitlab/-/issues/439157
---
 plugins/templates/gitlab-tools.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/templates/gitlab-tools.yml b/plugins/templates/gitlab-tools.yml
index 75251e8..a9999a7 100644
--- a/plugins/templates/gitlab-tools.yml
+++ b/plugins/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
 
-- 
GitLab