Skip to main content

Evidence Collection & Retention Policy

Document control

FieldValue
OwnerRon Benisty — CTO & CSO (ron.b@iontwrks.com)
StatusApproved
Version1.0
ClassificationConfidential
Approved byRon Benisty — CTO & CSO
Approval date2026-05-26 (Tuesday)
Last reviewed2026-05-26
Review cycleAnnual — next review due May 2027
Parent policySecure SDLC (SSDLC)

Satisfies the SOC 2 Type II meta-requirement that controls produce sampleable, durable evidence over the audit window; supports ISO/IEC 27001:2022 A.5.33 (protection of records) and A.8.15 (logging); supports SOC 2 CC4.1–CC4.2 (monitoring). Closes Gap 4 of the SSDLC gap analysis.


1. Purpose

A control that operates without leaving a durable artifact is invisible to Type II testing. This policy ensures every recurring SSDLC control emits a timestamped, tamper-evident record, that the records are retained for the audit window, and that the population of records is sampleable on demand.

2. Scope

Every SSDLC control listed in the SSDLC umbrella policy and its sibling policies. New controls added to the SSDLC must declare their evidence artifact and retention in this register before they are considered "in place."

3. The Evidence Register

The single source of truth — every recurring control, its artifact, its source system, its owner, and its retention.

ControlArtifactSource systemOwnerRetention
Change managementMerged PR (description + CODEOWNER approvals + CI run + deploy log)GitHub + GitHub ActionsCTO & CSO≥ 12 months
Separation of dutiesPR approvals (author ≠ approver), deployment approvalsGitHubCTO & CSO≥ 12 months
Build & pipeline integritySBOMs (Syft, cyclonedx-npm), scan reports (TruffleHog, OSV-Scanner, Trivy, Semgrep), Harden-Runner logs, cosign signatures, OpenSSF Scorecard historyGitHub ActionsCTO & CSO≥ 12 months
Access reviewsSigned monthly + quarterly + annual recordsGitHub + AWS IAM + WorkOS + Logz.io + CloudflareCTO & CSO≥ 12 months
Vulnerability managementScan results + remediation tracked against SLAOSV-Scanner / Trivy / Dependabot / GuardDuty / Logz.ioCTO & CSO≥ 12 months
Penetration testingAnnual pen-test report + remediation evidenceExternal vendor + internal trackerCTO & CSO≥ 24 months
Backup verificationWeekly RDS restore-test log; monthly S3 integrity-check log; annual DR-drill reportAWS Backup + Terraform deploy runbookCTO & CSO≥ 12 months
Incident responseIncident record per incident + post-incident review + quarterly drill logInternal tracker + Logz.ioCTO & CSO≥ 24 months
Root-cause analysisRCA write-up per Sev 1 / Sev 2 + recurring-class triggersInternal trackerCTO & CSO≥ 24 months
Customer activity & auditPer-tenant audit_events table (append-only)Tenant Postgres schemaTenant + S.E.T7 years
AWS API activityCloudTrail multi-region trailS3 with Object LockCTO & CSO7 years
Network auditVPC Flow LogsCloudWatch → S3 GlacierCTO & CSO30 d hot, 1 y cold
Internal operational logsApplication logs, traces, frontend errorsLogz.ioCTO & CSO30 days hot; archive → S3 Glacier 7 years
Cross-tenant isolation testingCI test run per PRGitHub ActionsCTO & CSO≥ 12 months
Developer security trainingCompletion records per developer per cycleTraining provider (TBD — SSDLC Gap 11)CTO & CSO≥ 24 months
Supplier / dev-firm reviewMonthly GitHub audit-log review + quarterly collaborator reconciliation + annual right-to-audit recordGitHub + internal logCTO & CSO≥ 12 months
Risk assessmentAnnual full-assessment memo + quarterly review records + on-major-change trigger memos + the Risk Register itself (Risk Assessment Policy)Repo (docs/risk-register.md + docs/risk-reviews/)CTO & CSO≥ 24 months (memos); lifetime (register)
Tenant decommissioningDeletion certificate per tenantInternal logCTO & CSO7 years
Policy approvals & reviewsPolicy document + annual-review record per policyThis repository (docs/s-e-t/ssdlc-policies/**)CTO & CSOLifetime of the policy + 7 years

Retention floors: SOC 2 Type II requires ≥ 12 months (covering one full audit window). Incident, RCA, training, pen-test, and risk-assessment records are extended to 24 months (they typically span multiple windows). Tamper-evident regulatory records (CloudTrail, customer audit, deletion certificates) sit at 7 years. All matches the retention discipline in Supply Chain & CI/CD Security and Observability & Logging.

4. Tamper-evidence

  • Append-only writes for customer audit (Observability §Tier 1) — DELETE/UPDATE revoked at the DB role level.
  • S3 Object Lock (Compliance mode) on CloudTrail archive, Backup bucket, and Evidence bucket — once written, cannot be deleted within the retention period even by AWS root.
  • GitHub commit + PR history — append-only by design; force-push blocked on protected branches.
  • cosign signatures — provenance trail for every released container image.

5. Quarterly evidence-completeness review

Every quarter the CTO & CSO inspects a sample from each row of §3 against the audit window, confirms each artifact is retrievable, and signs a one-page completeness record. Findings (missing artifacts, broken pipelines, unexpected retention gaps) become PR-tracked remediation items per the Change Management Policy.

6. Access to evidence

  • Read access to the evidence register and source systems is restricted to the CTO & CSO and authorized auditors.
  • External auditors are granted scoped, time-bounded, read-only access per the Audit Testing Scope Policy.
  • All access to evidence is itself logged (CloudTrail + GitHub audit log + Logz.io).

7. Onboarding new controls

When a new SSDLC control is introduced, the policy that defines it must:

  1. Add a row to §3 (artifact + source system + owner + retention).
  2. Confirm the source system already produces the artifact, or define how it will.
  3. Set the retention to ≥ 12 months (or higher per category).
  4. Be approved by the CTO & CSO before the control is marked "in place" in the SSDLC umbrella.

8. Document change history

VersionDateAuthorDescription of changeApproved by
1.02026-05-26Ron Benisty (CTO & CSO)Initial version — establishes the Evidence Collection & Retention Policy and the SSDLC evidence register.Ron Benisty (CTO & CSO)