From 27329d7ea64127f62db1ebff67a5cd3a634cc991 Mon Sep 17 00:00:00 2001
From: Erick Hitter <gitlab-s@mxs.ethitter.com>
Date: Thu, 15 May 2025 20:44:23 +0000
Subject: [PATCH] Remove dangling License Scanning reference

---
 plugins/templates/gitlab-tools.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plugins/templates/gitlab-tools.yml b/plugins/templates/gitlab-tools.yml
index a9999a7..3c6584f 100644
--- a/plugins/templates/gitlab-tools.yml
+++ b/plugins/templates/gitlab-tools.yml
@@ -7,10 +7,6 @@ dependency_scanning:
   before_script: echo ""
   stage: security
 
-license_scanning:
-  before_script: echo ""
-  stage: security
-
 sast:
   before_script: echo ""
   stage: security
-- 
GitLab