diff --git a/plugins/default.yml b/plugins/default.yml
index 48fd9c13cb1d52e5a6185847af69e229e576b1ac..277c45ae8384f0408286d73b0d60a5f2bccefb73 100644
--- a/plugins/default.yml
+++ b/plugins/default.yml
@@ -1,16 +1,7 @@
 include:
-  - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/blob/add/sast-dep-gl/plugins/templates/stages.yml
+  - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/sast-dep-gl/plugins/templates/stages.yml
   - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml
   - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml
   - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script.yml
   - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix.yml
-  - template: Security/SAST.gitlab-ci.yml
-  - template: Security/Dependency-Scanning.gitlab-ci.yml
-
-dependency_scanning:
-  before_script: echo ""
-  stage: security
-
-sast:
-  before_script: echo ""
-  stage: security
+  - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/sast-dep-gl/plugins/templates/gitlab-tools.yml
diff --git a/plugins/templates/gitlab-tools.yml b/plugins/templates/gitlab-tools.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9f190a12e53cb225cf6b54d5e3e4582963c60f71
--- /dev/null
+++ b/plugins/templates/gitlab-tools.yml
@@ -0,0 +1,11 @@
+include:
+  - template: Security/SAST.gitlab-ci.yml
+  - template: Security/Dependency-Scanning.gitlab-ci.yml
+
+dependency_scanning:
+  before_script: echo ""
+  stage: security
+
+sast:
+  before_script: echo ""
+  stage: security