Commit graph

2 commits

Author SHA1 Message Date
Yuneng Jiang
4e10344bf7
fix(ui): resolve CodeQL security-extended alerts and Trivy Dockerfile findings
Address 14 CodeQL js security alerts in ui/litellm-dashboard by applying
real code fixes instead of suppression comments. Also fix 3 Trivy
Dockerfile misconfigurations and add a SHA-pinned Trivy CI workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 23:56:11 -07:00
Alexsander Hamir
0cd7763d5f
Add health check scripts and parallel execution support (#19295)
- Add health_check_client.py for monitoring model availability
- Add health_check_client_README.md with usage documentation
- Add health_check_requirements.txt for dependencies
- Add run_parallel_health_checks.ps1 (PowerShell version)
- Add run_parallel_health_checks.sh (Bash version)
- Organize all scripts under scripts/health_check/ directory
2026-01-19 08:38:38 -08:00