SFC: DevOps & Infrastructure | Security Alliance — Security Checklist
CI/CD security, infrastructure hardening, secrets management, and deployment controls.
1. Governance & Development Environment
-
DevOps Security OwnerIs there a clearly designated person or team accountable for development and infrastructure security?
-
DevOps Security PolicyDo you maintain documented security policies governing development and infrastructure operations?
-
Development Environment IsolationDo you isolate development environments from production systems?
-
Development Tools ApprovalDo you evaluate and approve development tools before organizational use?
Notes:
2. Source Code & Supply Chain Security
-
Repository SecurityDo you enforce security controls on your source code repositories?
-
Secret ScanningDo you scan source code for accidentally committed secrets?
-
External Contributor ReviewDo you apply enhanced review for code contributions from external collaborators?
-
Dependency and Supply Chain SecurityDo you verify and manage dependencies to prevent supply chain attacks?
Notes:
3. CI/CD Pipeline Security
-
Pipeline Security ControlsDo you control who can modify and execute your deployment pipelines?
-
Secrets ManagementDo you securely manage secrets used in pipelines and applications?
-
Security Testing IntegrationDo you integrate security testing into your development and deployment pipelines?
Notes:
4. Infrastructure & Cloud Security
-
Infrastructure as CodeDo you manage infrastructure through code with version control and review?
-
Infrastructure Access ControlsDo you enforce least-privilege access controls for infrastructure?
-
Backup and Disaster RecoveryDo you maintain backup and disaster recovery procedures with periodic testing?
-
Cloud Security MonitoringDo you monitor cloud security configurations and respond to provider security notifications?
Notes: