From 386837a6f9e2dd4f9bae0dd42e55b88ffb754bff Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Fri, 29 May 2026 22:20:46 +0100 Subject: [PATCH] fix: remove problematic quotes from schema --- bin/never_alone/four-eyes-result-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/never_alone/four-eyes-result-schema.json b/bin/never_alone/four-eyes-result-schema.json index 1cdf9c22d..b202b799b 100644 --- a/bin/never_alone/four-eyes-result-schema.json +++ b/bin/never_alone/four-eyes-result-schema.json @@ -40,7 +40,7 @@ }, "params": { "type": "object", - "description": "Parameters passed via --params, surfaced in the output. Available to the policy as data.params. attestation_name selects which attestation pr_attest reads (default \"pr-review\")." + "description": "Parameters passed via --params, surfaced in the output. Available to the policy as data.params. attestation_name selects which attestation pr_attest reads (default: pr-review)." }, "input": { "type": "object",