$ docker-compose pull && docker-compose up -d
Pulling vulnerableapp ... done
Pulling facade        ... done
Creating vulnerableapp ... done
Creating facade        ... done

$ curl -s http://localhost:9090/VulnerableApp/actuator/health
{"status":"UP"}

# ベンチマークAPI レスポンス例
{
  "tool": "test-scanner",
  "totalVulnerabilities": 42,
  "detected": 1,
  "coverage": "2.38%",
  "missed": [...],
  "unmatched": []
}