tirith: fix case sensitive example

`LOW`, `MEDIUM`, `HIGH` and `CRITICAL` are case sensitive
This commit is contained in:
Bruno Bigras 2026-02-13 23:26:14 -05:00 committed by Austin Horstman
parent 05e6dc0f6e
commit ff5e5d882c

View file

@ -38,7 +38,7 @@ in
fail_mode = "open";
allow_bypass = true;
severity_overrides = {
docker_untrusted_registry = "critical";
docker_untrusted_registry = "CRITICAL";
};
}
'';