Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add --min-confidence #196

Merged
merged 3 commits into from
Nov 24, 2024
Merged

Conversation

Ninja3047
Copy link
Contributor

This adds --min-confidence, similar to
--min-severity (#193), which can be given a
confidence level to filter any findings below that
specific confidence level.

For example:

zizmor --min-confidence=high

will filter any finding below "high", i.e.
findings at unknown, low, or medium confidence.

This adds `--min-confidence`, similar to
`--min-severity` (woodruffw#193), which can be given a
confidence level to filter any findings below that
specific confidence level.

For example:

```
zizmor --min-confidence=high
```
will filter any finding below "high", i.e.
findings at unknown, low, or medium confidence.
@woodruffw woodruffw merged commit da0a503 into woodruffw:main Nov 24, 2024
4 checks passed
@woodruffw
Copy link
Owner

Thanks @Ninja3047!

@Ninja3047 Ninja3047 deleted the min-confidence branch November 24, 2024 23:39
@woodruffw woodruffw added enhancement New feature or request cli labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants