Skip to content

Commit ff5e5d8

Browse files
bbigraskhaneliman
authored andcommitted
tirith: fix case sensitive example
`LOW`, `MEDIUM`, `HIGH` and `CRITICAL` are case sensitive
1 parent 05e6dc0 commit ff5e5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/programs/tirith.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ in
3838
fail_mode = "open";
3939
allow_bypass = true;
4040
severity_overrides = {
41-
docker_untrusted_registry = "critical";
41+
docker_untrusted_registry = "CRITICAL";
4242
};
4343
}
4444
'';

0 commit comments

Comments
 (0)