Skip to content

Commit d414835

Browse files
Update schema.v2.json
1 parent 79be144 commit d414835

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

static/schema/schema.v2.json

+17
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,23 @@
658658
"default": {},
659659
"description": "Cppcheck is a static code analysis tool for the C and C++ programming languages."
660660
},
661+
"semgrep": {
662+
"type": "object",
663+
"properties": {
664+
"enabled": {
665+
"type": "boolean",
666+
"default": true,
667+
"description": "Enable Semgrep | Semgrep is a static anaylysis tool for various languages. | Enable Semgrep integration. | v1.29.0"
668+
},
669+
"config_file": {
670+
"type": "string",
671+
"description": "Optional path to the Semgrep configuration file relative to the repository."
672+
}
673+
},
674+
"additionalProperties": false,
675+
"default": {},
676+
"description": "Semgrep is a static anaylysis tool for various languages."
677+
},
661678
"circleci": {
662679
"type": "object",
663680
"properties": {

0 commit comments

Comments
 (0)