Skip to content

Commit 27e4914

Browse files
dcramercodex
andauthored
ci(warden): Report low-severity findings (#183)
Lower the org-wide Warden report threshold from medium to low so lower-severity findings are surfaced. Ignore generated Node output directories that can appear during local tooling runs. Co-authored-by: Codex <codex@openai.com>
1 parent 5a3a481 commit 27e4914

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.DS_Store
2+
dist/
3+
node_modules/

warden.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = 1
33
[defaults]
44
runtime = "pi"
55
model = "anthropic/claude-sonnet-4-6"
6-
reportOn = "medium"
6+
reportOn = "low"
77
failOn = "off"
88
failCheck = false
99
requestChanges = false

0 commit comments

Comments
 (0)