Skip to content

Commit ee9fe04

Browse files
Update schema.v2.json
1 parent 7067202 commit ee9fe04

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,19 @@
869869
"additionalProperties": false,
870870
"default": {},
871871
"description": "Configuration for Lua code linting to ensure code quality"
872+
},
873+
"brakeman": {
874+
"type": "object",
875+
"properties": {
876+
"enabled": {
877+
"type": "boolean",
878+
"default": true,
879+
"description": "Enable Brakeman | Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications. | v7.0.2"
880+
}
881+
},
882+
"additionalProperties": false,
883+
"default": {},
884+
"description": "Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications. | v7.0.2"
872885
}
873886
},
874887
"additionalProperties": false,

0 commit comments

Comments
 (0)