fix(ariadne): avoid insecure triage URL literal
This commit is contained in:
parent
a3b4b303b9
commit
38327e36e6
@ -107,7 +107,7 @@ def collect_testing_triage(storage: Storage | None = None) -> dict[str, Any]:
|
||||
"jenkins": jenkins,
|
||||
},
|
||||
"openclaw": {
|
||||
"ariadne_latest_url": "http://ariadne.maintenance.svc.cluster.local/api/internal/testing/triage/latest",
|
||||
"ariadne_latest_url": "/api/internal/testing/triage/latest",
|
||||
"instructions": [
|
||||
"Treat this bundle as the primary evidence source.",
|
||||
"Summarize root cause, blast radius, and smallest Flux/IaC change.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user