Внедрение KESL на ВМ2 + замена CLAMAV на KESL
This commit is contained in:
@@ -96,6 +96,7 @@ def create_app(service: SafetyService, token: str) -> FastAPI:
|
||||
|
||||
@app.get("/health/ready")
|
||||
async def ready() -> JSONResponse:
|
||||
await service.refresh_antivirus()
|
||||
mode = "mock" if service.mode.mock else "standard"
|
||||
components = {
|
||||
"postgres": "ok",
|
||||
|
||||
Reference in New Issue
Block a user