Output and Defaults
Output settings control what gets reported and when Warden should fail. Model and runtime defaults live under Models and Runtimes.
Output Fields
Section titled “Output Fields”| Field | Purpose |
|---|---|
failOn | Minimum severity to fail: critical, high, medium, low, info, off. |
reportOn | Minimum severity to report. |
maxFindings | Maximum findings to report. |
reportOnSuccess | Post a comment when no findings. Default: false. |
requestChanges | Request changes when findings exceed failOn. Default: false. |
failCheck | Fail the check run when findings exceed failOn. Default: false. |
[[skills]]name = "security-review"failOn = "high"reportOn = "medium"maxFindings = 20Defaults
Section titled “Defaults”Defaults are inherited by all skills. Individual skills and triggers can override them.
[defaults]failOn = "high"reportOn = "medium"requestChanges = falsefailCheck = falseignorePaths = ["**/vendor/**", "**/node_modules/**"]