iteratec / kcwarden

Keycloak Configuration Auditor
https://iteratec.github.io/kcwarden/
Apache License 2.0
11 stars 0 forks source link

Mismatch between docs and code in --min-severity flag #8

Closed malexmave closed 1 month ago

malexmave commented 1 month ago

kcwarden audit --help lists the severity levels as INFO, WARNING, ERROR, CRITICAL. The code lists Info, Low, Medium, High, Critical.

We need to check which is correct, ensure that the levels are working correctly on the CLI, and update the helper text.