Missing severity of the violations in Fullstop list-violations.
pfigue opened this issue · 2 comments
pfigue commented
Expected behavior
Fullstop provides not only the violation_type, but the severity of that violation.
Step needed to reproduce the bug
fullstop list-violations --accounts <number> -o tsv
provides no information about the severity of the violations, but only the violation_type
. Sadly, I don't know the severity of each violation_type.
Same applies for -o json
and -o text
.
Dependencies
None, AFAIK.
ChristianLohmann commented
@pfigue this also relates to the cli project of fullstop: https://github.com/zalando-stups/fullstop-cli/
pfigue commented
copied there. zalando-stups/fullstop-cli#10