chore(docs): use json-v1 for JSON example (#820)

This commit is contained in:
William Woodruff 2025-05-18 23:42:04 -04:00 committed by GitHub
parent 5948f83884
commit b4f1ee75d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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