mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 13:04:17 +00:00
ac2d349161
* updated scans * fix scans * fix litellm_security_tests * fix * fix count CVEE * add readme * fix Security Scans * fix: starlette==0.47.2 # starlette fastapi dep * bump fastapi==0.115.14 * bump 0.116.1
10 lines
340 B
Markdown
10 lines
340 B
Markdown
# Security Scans
|
|
|
|
## Scans that run:
|
|
|
|
- Trivy scan on `./docs/` (HIGH/CRITICAL/MEDIUM)
|
|
- Trivy scan on `./ui/` (HIGH/CRITICAL/MEDIUM)
|
|
- Grype scan on `Dockerfile.database` (fails on CRITICAL)
|
|
- Grype scan on main `Dockerfile` (fails on CRITICAL)
|
|
- Grype CVSS ≥ 4.0 scan on main `Dockerfile` (fails any vulnerabilities with CVSS ≥ 4.0)
|