Skip to content

Commit 0c14061

Browse files
authored
telemetry: add "jsonc" language enum value #631
Problem jsonc is not supported for security scans Solution Adding jsonc to the supported codewhisperer languages for security scans.
1 parent fd45c48 commit 0c14061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
"type": "string",
533533
"description": "Programming language of the CodeWhisperer recommendation",
534534
"allowedValues": ["java", "python", "javascript", "plaintext", "jsx", "typescript", "tsx", "csharp",
535-
"c", "cpp", "go", "kotlin", "php", "ruby", "rust", "scala", "shell", "sql", "json", "yaml", "yml", "hcl", "tf"]
535+
"c", "cpp", "go", "kotlin", "php", "ruby", "rust", "scala", "shell", "sql", "json", "jsonc", "yaml", "yml", "hcl", "tf"]
536536
},
537537
{
538538
"name": "codewhispererGettingStartedTask",

0 commit comments

Comments
 (0)