Skip to content

Commit

Permalink
telemetry: cw supported languages #593
Browse files Browse the repository at this point in the history
CW: Adding YAML and JSON as supporting languages for security scans
  • Loading branch information
laileni-aws authored Oct 25, 2023
1 parent e1f1dcb commit 32d2179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
"type": "string",
"description": "Programming language of the CodeWhisperer recommendation",
"allowedValues": ["java", "python", "javascript", "plaintext", "jsx", "typescript", "tsx", "csharp",
"c", "cpp", "go", "kotlin", "php", "ruby", "rust", "scala", "shell", "sql"]
"c", "cpp", "go", "kotlin", "php", "ruby", "rust", "scala", "shell", "sql", "json", "yaml"]
},
{
"name": "codewhispererGettingStartedTask",
Expand Down

0 comments on commit 32d2179

Please sign in to comment.