How to integrate sanctions screening into CI/CD pipeline
How to integrate sanctions screening into CI/CD pipeline
CI/CD integration: (1) Pre-commit — lint rules that flag payment code without screening calls. (2) CI tests — unit and integration tests with sanctioned wallets. (3) Pre-deploy — verify screening integration is present in the deployment artifact. (4) Post-deploy — smoke test screening on the deployed instance. (5) Monitoring — alert if screening coverage drops post-deployment.