telosieve 0.2.0-rc.4

Read-only infrastructure instruction evaluation that refuses when trusted evidence cannot agree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "schema_version": "telosieve.evaluation-config/v6",
  "mode": "opentofu-plan",
  "scenario_path": "../scenarios/benign.json",
  "plan_path": "../out/opentofu-plan.json",
  "certificate_path": "../out/opentofu-certificate.json",
  "ledger_path": "../out/opentofu-ledger.jsonl",
  "observation_trust_path": "observation-trust.opentofu.example.json",
  "observation_sources": [
    {"executable_path": "/opt/telosieve/scripts/observation-source-client.py", "arguments": ["--socket", "/run/telosieve-observation-opentofu-a/relay.sock", "--token", "/etc/telosieve/tokens/opentofu-a.token"]},
    {"executable_path": "/opt/telosieve/scripts/observation-source-client.py", "arguments": ["--socket", "/run/telosieve-observation-opentofu-b/relay.sock", "--token", "/etc/telosieve/tokens/opentofu-b.token"]}
  ]
}