From b4f1ee75d9347a884d2abe638767f57da398be47 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 18 May 2025 23:42:04 -0400 Subject: [PATCH] chore(docs): use `json-v1` for JSON example (#820) --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index d83f6b7c..b76585aa 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -408,7 +408,7 @@ There are two straightforward ways to filter `zizmor`'s results: JSON output to only results that are marked as "high confidence": ```bash - zizmor --format=json ... | jq 'map(select(.determinations.confidence == "High"))' + zizmor --format=json-v1 ... | jq 'map(select(.determinations.confidence == "High"))' ``` ## Ignoring results