From ff5e5d882c51f9a032479595cbab40fd04f56399 Mon Sep 17 00:00:00 2001 From: Bruno Bigras <24027+bbigras@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:26:14 -0500 Subject: [PATCH] tirith: fix case sensitive example `LOW`, `MEDIUM`, `HIGH` and `CRITICAL` are case sensitive --- modules/programs/tirith.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/tirith.nix b/modules/programs/tirith.nix index d8703d3e..c0fa9688 100644 --- a/modules/programs/tirith.nix +++ b/modules/programs/tirith.nix @@ -38,7 +38,7 @@ in fail_mode = "open"; allow_bypass = true; severity_overrides = { - docker_untrusted_registry = "critical"; + docker_untrusted_registry = "CRITICAL"; }; } '';