feat: bound and redact console operation evidence
This commit is contained in:
@@ -8,6 +8,7 @@ afterEach(() => cleanup());
|
||||
|
||||
const record: EvidenceRecord = {
|
||||
id: "run-start",
|
||||
target: "http://console.test/rpc",
|
||||
operation: "workflow.runs.start",
|
||||
label: "Start run",
|
||||
equivalentCli: "uv run wf run start demo.default",
|
||||
|
||||
@@ -8,6 +8,7 @@ afterEach(() => cleanup());
|
||||
|
||||
const record: EvidenceRecord = {
|
||||
id: "run-start",
|
||||
target: "http://console.test/rpc",
|
||||
operation: "workflow.runs.start",
|
||||
label: "Start run",
|
||||
equivalentCli: "uv run wf run start demo.default",
|
||||
|
||||
@@ -8,6 +8,7 @@ import {
|
||||
|
||||
const record = (response: unknown): EvidenceRecord => ({
|
||||
id: "run-start",
|
||||
target: "http://console.test/rpc",
|
||||
operation: "workflow.runs.start",
|
||||
label: "Start run",
|
||||
equivalentCli: "uv run wf run start demo.default",
|
||||
|
||||
Reference in New Issue
Block a user