We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79be144 commit d414835Copy full SHA for d414835
static/schema/schema.v2.json
@@ -658,6 +658,23 @@
658
"default": {},
659
"description": "Cppcheck is a static code analysis tool for the C and C++ programming languages."
660
},
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
678
"circleci": {
679
"type": "object",
680
"properties": {
0 commit comments