From 6647df51f589cba75c7a47d50d281e0f0b3a70da Mon Sep 17 00:00:00 2001 From: gearnode Date: Mon, 13 Jan 2025 14:13:36 +0100 Subject: [PATCH] Rename data into templates Signed-off-by: gearnode --- controls/access/identity-management/ACC.IDM.001_onboarding.md | 2 +- controls/access/identity-management/ACC.IDM.002_offboarding.md | 2 +- .../ACC.IDM.003_pre-employment-screening-process.md | 2 +- .../{data => templates}/offboarding-admin-checklist.md | 0 .../{data => templates}/onboarding-for-new-joiner.md | 0 .../{data => templates}/recruitment-process.md | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename controls/access/identity-management/{data => templates}/offboarding-admin-checklist.md (100%) rename controls/access/identity-management/{data => templates}/onboarding-for-new-joiner.md (100%) rename controls/access/identity-management/{data => templates}/recruitment-process.md (100%) diff --git a/controls/access/identity-management/ACC.IDM.001_onboarding.md b/controls/access/identity-management/ACC.IDM.001_onboarding.md index a98239386..c530af99e 100644 --- a/controls/access/identity-management/ACC.IDM.001_onboarding.md +++ b/controls/access/identity-management/ACC.IDM.001_onboarding.md @@ -22,7 +22,7 @@ It is the perfect timing to ensure that every employees has: In theory, you already have an onboarding plan for your new employees (if not, Onboarding for new joiner](data/onboarding-for-new-joiner.md)) and a to-do for your admin running the onboarding (if not, -[Onboarding admin checklist](data/onboarding-admin-checklist.md)). + [Onboarding admin checklist](templates/onboarding-admin-checklist.md)). On your employee to-do, be sure to include: diff --git a/controls/access/identity-management/ACC.IDM.002_offboarding.md b/controls/access/identity-management/ACC.IDM.002_offboarding.md index d1c58e5a7..a2282d9a3 100644 --- a/controls/access/identity-management/ACC.IDM.002_offboarding.md +++ b/controls/access/identity-management/ACC.IDM.002_offboarding.md @@ -27,6 +27,6 @@ they left! - Revoke all access to systems (if you don't have an offboarding checklist → - [Offboarding admin checklist](data/offboarding-admin-checklist.md)) + [Offboarding admin checklist](templates/offboarding-admin-checklist.md)) 2. Upload a screenshot of your checklist that contains those bullet points below diff --git a/controls/access/identity-management/ACC.IDM.003_pre-employment-screening-process.md b/controls/access/identity-management/ACC.IDM.003_pre-employment-screening-process.md index c74440768..262020999 100644 --- a/controls/access/identity-management/ACC.IDM.003_pre-employment-screening-process.md +++ b/controls/access/identity-management/ACC.IDM.003_pre-employment-screening-process.md @@ -24,7 +24,7 @@ right, it is only about documenting it. ⇒ Define the recruitment process you follow when bringing on a new member (if you don’t have one formalized, here is a structure: -[Recruitment process](data/recruitment-process.md)). +[Recruitment process](templates/recruitment-process.md)). ## Evidence diff --git a/controls/access/identity-management/data/offboarding-admin-checklist.md b/controls/access/identity-management/templates/offboarding-admin-checklist.md similarity index 100% rename from controls/access/identity-management/data/offboarding-admin-checklist.md rename to controls/access/identity-management/templates/offboarding-admin-checklist.md diff --git a/controls/access/identity-management/data/onboarding-for-new-joiner.md b/controls/access/identity-management/templates/onboarding-for-new-joiner.md similarity index 100% rename from controls/access/identity-management/data/onboarding-for-new-joiner.md rename to controls/access/identity-management/templates/onboarding-for-new-joiner.md diff --git a/controls/access/identity-management/data/recruitment-process.md b/controls/access/identity-management/templates/recruitment-process.md similarity index 100% rename from controls/access/identity-management/data/recruitment-process.md rename to controls/access/identity-management/templates/recruitment-process.md