diff --git a/plugins/default.yml b/plugins/default.yml
index ee9ee5b74418e4443a25f2ebe7814b82f39b9535..48fd9c13cb1d52e5a6185847af69e229e576b1ac 100644
--- a/plugins/default.yml
+++ b/plugins/default.yml
@@ -1,4 +1,5 @@
 include:
+  - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/blob/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
@@ -8,6 +9,8 @@ include:
 
 dependency_scanning:
   before_script: echo ""
+  stage: security
 
 sast:
   before_script: echo ""
+  stage: security
diff --git a/plugins/templates/stages.yml b/plugins/templates/stages.yml
new file mode 100644
index 0000000000000000000000000000000000000000..3ced010eb9b31291091faf664a1174d5214098df
--- /dev/null
+++ b/plugins/templates/stages.yml
@@ -0,0 +1,7 @@
+stages:
+  - .pre
+  - build
+  - test
+  - security
+  - deploy
+  - .post