From aa150918f719c0b2a7ba023c0944b870ce5e734d Mon Sep 17 00:00:00 2001
From: Aliaksei Darafeyeu <ADarafeyeu@slb.com>
Date: Tue, 20 Oct 2020 08:53:53 +0000
Subject: [PATCH] Merged PR 212848: 572156: adds security-templates

572156: adds security-templates

Related work items: #572156
---
 ImportFromOSDU.md         | 3 +++
 devops/azure/pipeline.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/ImportFromOSDU.md b/ImportFromOSDU.md
index 819f0ba08..f10b37a90 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 e035ee8f2..602710be6 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'
-- 
GitLab