Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Miminum threshold option for displaying findings #29

Closed
scooterhanson opened this issue Nov 20, 2017 · 3 comments
Closed

Miminum threshold option for displaying findings #29

scooterhanson opened this issue Nov 20, 2017 · 3 comments
Labels
enhancement Feature requests.

Comments

@scooterhanson
Copy link
Contributor

I'd like to be able to specify a finding level and suppress output of anything lower than that (e.g. hide everything "Low" and "Medium", only showing the "Critical" and "High" findings).

@Stono
Copy link
Contributor

Stono commented Nov 21, 2017

At the moment the --fail-on kind of does this, as in the process only returns non-zero status codes if things above the level are found. Does this not suffice? The general idea was a combination of --fail-on and #23 should give you your desired result

@scooterhanson
Copy link
Contributor Author

Yep - I use the --fail-on for my pre-commit hook, but I usually wind up with a handful of critical/high results and a tidal wave of lows. I thought about just using #23, but there are a lot of additional patterns I'm working with. I plan on sharing those in response to #25 as well.

@Stono
Copy link
Contributor

Stono commented Dec 2, 2017

#17

@Stono Stono added the enhancement Feature requests. label Dec 2, 2017
@Stono Stono closed this as completed Dec 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Feature requests.
Projects
None yet
Development

No branches or pull requests

2 participants