45 行
870 B
JSON
45 行
870 B
JSON
{
|
|
"status": "passed",
|
|
"ok": true,
|
|
"checks": [
|
|
{
|
|
"name": "docker-cli",
|
|
"ok": true,
|
|
"detail": "docker CLI available"
|
|
},
|
|
{
|
|
"name": "docker-daemon",
|
|
"ok": true,
|
|
"detail": "context=desktop-linux"
|
|
},
|
|
{
|
|
"name": "playwright-import",
|
|
"ok": true,
|
|
"detail": "not required for selected profiles"
|
|
},
|
|
{
|
|
"name": "playwright-browser",
|
|
"ok": true,
|
|
"detail": "not required for selected profiles"
|
|
},
|
|
{
|
|
"name": "ports",
|
|
"ok": true,
|
|
"detail": "checked 1 host port bindings",
|
|
"bindings": [
|
|
{
|
|
"profile_id": "nextjs-ssrf",
|
|
"service": "app",
|
|
"binding": "18203:3000",
|
|
"port": 18203
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"profile_ids": [
|
|
"nextjs-ssrf"
|
|
],
|
|
"failure_count": 0,
|
|
"summary": "all checks passed"
|
|
}
|