tirith: fix case sensitive example
`LOW`, `MEDIUM`, `HIGH` and `CRITICAL` are case sensitive
This commit is contained in:
parent
05e6dc0f6e
commit
ff5e5d882c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in
|
|||
fail_mode = "open";
|
||||
allow_bypass = true;
|
||||
severity_overrides = {
|
||||
docker_untrusted_registry = "critical";
|
||||
docker_untrusted_registry = "CRITICAL";
|
||||
};
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue