kics-github-action icon indicating copy to clipboard operation
kics-github-action copied to clipboard

Feature Request: fail_on threshold option

Open msandeep12 opened this issue 5 months ago • 0 comments

Hi , Would it be valuable to introduce a feature that allows end users to set custom severity thresholds—so that actions are marked as failed when these thresholds are exceeded?

For example: fail_on_threshold: high > 2, low > 5 If the number of high-severity issues exceeds 2, or low-severity issues exceeds 5, the action would be marked as failed.

This would make the "fail_on" behavior more flexible and user-driven.

msandeep12 avatar Jul 16 '25 10:07 msandeep12