Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7067202 commit ee9fe04Copy full SHA for ee9fe04
static/schema/schema.v2.json
@@ -869,6 +869,19 @@
869
"additionalProperties": false,
870
"default": {},
871
"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"
885
}
886
},
887
0 commit comments