kics-github-action
kics-github-action copied to clipboard
Feature Request: fail_on threshold option
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.