diff --git a/ImportFromOSDU.md b/ImportFromOSDU.md
index 819f0ba08f7f6175f1977a93e4ce07594dd8947b..f10b37a903b06b7ad11367439adc90603a0745f0 100644
--- a/ImportFromOSDU.md
+++ b/ImportFromOSDU.md
@@ -9,6 +9,9 @@ resources:
   - repository: TemplateRepo
     type: git
     name: r3-infra-azure-provisioning
+  - repository: security-templates
+    type: git
+    name: osdu-delfi/security-infrastructure
 ```
 2. Update the variable groups in the `devops/azure/pipeline.yml` file:
 
diff --git a/devops/azure/pipeline.yml b/devops/azure/pipeline.yml
index e035ee8f2888b15724dc6a3b05eaaed256467240..602710be62a44fe32720229a4283778fe1173025 100644
--- a/devops/azure/pipeline.yml
+++ b/devops/azure/pipeline.yml
@@ -35,6 +35,9 @@ resources:
     - repository: TemplateRepo
       type: git
       name: r3-infra-azure-provisioning
+    - repository: security-templates
+      type: git
+      name: osdu-delfi/security-infrastructure
 
 variables:
   - group: 'R3MVP - Azure - OSDU'