diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8fe3c6ae4f5d9cb89dc31bc65d677e806169ee2..85048fcfe92ca2144a82de468916dff49582950f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,12 @@ stages:
   - Docker Build
   - deploy
 
+sast:
+  stage: Test and Flake8
+
+secret_detection:
+  stage: Test and Flake8
+
 Flake8:
   stage: Test and Flake8
   only:
@@ -85,3 +91,7 @@ Deploy to Kubernetes:
     - kubectl apply -f deployment.yml
   only:
     - tags
+
+include:
+- template: Security/SAST.gitlab-ci.yml
+- template: Jobs/Secret-Detection.gitlab-ci.yml
diff --git a/src/kszkepzes/commands/__init__.py b/src/account/commands/__init__.py
similarity index 100%
rename from src/kszkepzes/commands/__init__.py
rename to src/account/commands/__init__.py
diff --git a/src/kszkepzes/commands/shootemail.py b/src/account/commands/shootemail.py
similarity index 100%
rename from src/kszkepzes/commands/shootemail.py
rename to src/account/commands/shootemail.py