anya-core 1.2.0

Enterprise-grade Bitcoin Infrastructure Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
security:
  # Security policy location
  policy: docs/SECURITY.md
  
  # Dependency scanning
  dependencies:
    - cargo-audit
    - cargo-deny
    
  # Secret scanning patterns
  secret_scanning:
    enabled: true
    patterns:
      - type: regex
        pattern: '[a-zA-Z0-9+/]{40,}'
        description: "Potential API key or token"