You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve mypy errors, missing redaction imports, and Supply Chain action version
- db_doctor.py: narrow type-ignore to import-untyped, annotate failures list properly
- preflight.py: guard against None before int() in _parse_compose_port
- routes.py: import _is_secret_field and _contains_private_pem from redaction module
(fallback code referenced them but they were never imported, causing NameError)
- ci.yaml: pin trivy-action to @0.29.0 (0.30.0 does not exist)
- Reformat emitter.py, db_doctor.py, preflight.py with black
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AhwicpfSvKesuRxBHs9sQ2
0 commit comments