feat(ci): 集成gitleaks + pip-audit + vulture安全扫描到Validate阶段 #311
Reference in New Issue
Block a user
Delete Branch "feat/ci-security-scans"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
集成三项安全/质量扫描到CI的Validate阶段:
1. gitleaks 密钥检测(P0 - 阻断模式)
2. pip-audit 依赖漏洞扫描(P1 - 告警模式)
3. vulture 死代码检测(P2 - 告警模式)