Skip to content

Commit 7898c9b

Browse files
config: default LLM risk findings to advisory
1 parent 0683cee commit 7898c9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

global-template/docgen/project-template/config/documentation.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
"audit": {
6565
"llmEnabled": true,
6666
"llmRiskThreshold": 50,
67-
"failOnCritical": true,
68-
"failOnHigh": true,
67+
"blockOnLlmFindings": false,
6968
"failOnWarnings": false,
7069
"requireLineEvidenceForFacts": true,
7170
"requireContextBoundEvidence": true,

0 commit comments

Comments
 (0)