mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore(docs): use json-v1 for JSON example (#820)
This commit is contained in:
parent
5948f83884
commit
b4f1ee75d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue