From 9999426c2c396d9cb2e4831ea4a72276bb593b84 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 11:24:04 +0000 Subject: [PATCH] =?UTF-8?q?AA=20=EC=97=AD=ED=95=A0=20=EB=A0=88=EA=B1=B0?= =?UTF-8?q?=EC=8B=9C=20=EB=B6=84=EC=84=9D=20smoke=20(runtime-role-matrix-l?= =?UTF-8?q?ive-20260714112301-v11-aa-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../audit/evidence/evidence-inventory.json | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 role-aa/audit/evidence/evidence-inventory.json diff --git a/role-aa/audit/evidence/evidence-inventory.json b/role-aa/audit/evidence/evidence-inventory.json new file mode 100644 index 0000000..cff1a2b --- /dev/null +++ b/role-aa/audit/evidence/evidence-inventory.json @@ -0,0 +1,48 @@ +{ + "document_id": "role-aa-evidence-inventory-v1", + "role": "AA", + "created_date": "2026-07-14", + "version": "v1", + "evidence_locations": [ + { + "id": "EV-001", + "name": "감사 로그", + "path": "role-aa/audit/logs/", + "type": "audit_log", + "retention_years": 7, + "access_level": "admin", + "format": "JSON", + "compression": "gzip" + }, + { + "id": "EV-002", + "name": "분석 보고서", + "path": "role-aa/audit/reports/", + "type": "report", + "retention_years": 5, + "access_level": "audit_team", + "format": "PDF/Markdown", + "compression": "none" + }, + { + "id": "EV-003", + "name": "원천 데이터", + "path": "role-aa/audit/evidence/", + "type": "source_data", + "retention_years": 10, + "access_level": "compliance_team", + "format": "JSON/CSV", + "compression": "gzip" + }, + { + "id": "EV-004", + "name": "설정 이력", + "path": "role-aa/audit/config/", + "type": "config_history", + "retention_years": null, + "access_level": "admin", + "format": "YAML", + "compression": "none" + } + ] +}