File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 658
658
"default" : {},
659
659
"description" : " Cppcheck is a static code analysis tool for the C and C++ programming languages."
660
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
+ },
661
678
"circleci" : {
662
679
"type" : " object" ,
663
680
"properties" : {
You can’t perform that action at this time.
0 commit comments