如何自动化检测网站依赖?有哪些CI/CD集成工具推荐? Posted on 2025-06-21 23:35:14 1. 依赖检测方案 依赖类型 检测工具 集成方式 PHP扩展 php -m 在CI中执行 php -m > extensions.log Node.js模块 npm audit GitHub Actions