From f65dadb358d8b64522a15d461a992807c7ae96c2 Mon Sep 17 00:00:00 2001
From: Erick Hitter <gitlab-s@mxs.ethitter.com>
Date: Sat, 17 May 2025 02:42:33 +0000
Subject: [PATCH] Remove deprecated license-scanning module

---
 files/templates/gitlab-tools.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/files/templates/gitlab-tools.yml b/files/templates/gitlab-tools.yml
index 75251e8..3c6584f 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
-- 
GitLab