Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commitd414835

Browse files
Update schema.v2.json
1 parent79be144 commitd414835

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 17 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp