woodruffw / zizmor

A tool for finding security issues in GitHub Actions setups.
https://crates.io/crates/zizmor
MIT License
64 stars 2 forks source link

Add option to only show findings at given level #60

Open hugovk opened 10 hours ago

hugovk commented 10 hours ago

When running this on a project with lots of warnings, it would be nice to be able to filter to only show findings at a given level, to be able to tackle the most important ones first.

For example, maybe something like:

zizmor . --findings high
zizmor . --findings high,medium
zizmor . --findings low,informational