Elevate requirements to organizational/architectural policy
- Security: no IAM in service repos, no custom auth, no direct external calls - Architecture: no cross-cloud SDKs, no cross-service DB access, no hardcoded tenant/env config - DevOps: Foxtrot-compatible Helm (no custom ingress), no infra provisioning in service repos, no pinned infra versions - Cost: resource tagging, no unbounded allocation, no per-tenant infra - Updated checker and demo to match - These are NOT static code analysis — they catch organizational policy violations that SonarQube/Checkstyle miss
This commit is contained in:
6
.demo/dependencies.txt
Normal file
6
.demo/dependencies.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# ARCH-001 VIOLATION: Direct cloud SDK dependencies
|
||||
com.amazonaws:aws-java-sdk-s3:1.12.400
|
||||
com.google.cloud:google-cloud-storage:2.20.0
|
||||
|
||||
# SEC-002 VIOLATION: JWT library for custom auth
|
||||
io.jsonwebtoken:jjwt:0.9.1
|
||||
Reference in New Issue
Block a user