You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: telemetry/definitions/commonDefinitions.json
+78-5Lines changed: 78 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -528,6 +528,15 @@
528
528
"type": "int",
529
529
"description": "The compressed payload size of built jars in bytes of customer project context sent for security scan. This is only applicable for Java project"
530
530
},
531
+
{
532
+
"name": "codewhispererCodeScanInvocationSource",
533
+
"description": "The location where the code scan is being invoked from",
534
+
"type": "string",
535
+
"allowedValues": [
536
+
"chat",
537
+
"menu"
538
+
]
539
+
},
531
540
{
532
541
"name": "codewhispererCodeScanIssuesWithFixes",
533
542
"type": "int",
@@ -554,6 +563,8 @@
554
563
"description": "The scope of the security scan being performed",
555
564
"allowedValues": [
556
565
"FILE",
566
+
"FILE_AUTO",
567
+
"FILE_ON_DEMAND",
557
568
"PROJECT"
558
569
]
559
570
},
@@ -885,7 +896,8 @@
885
896
"infobar",
886
897
"hover",
887
898
"webview",
888
-
"quickfix"
899
+
"quickfix",
900
+
"tree"
889
901
],
890
902
"description": "The IDE or OS component used for the action. (Examples: S3 download to filesystem, S3 upload from editor, ...). See also `featureId` for specific feature names, `module` for low-level modules, and `resourceType`."
891
903
},
@@ -1131,7 +1143,7 @@
1131
1143
"remoteDesktop",
1132
1144
"ssh",
1133
1145
"scp",
1134
-
"ssm",
1146
+
"ssm",
1135
1147
"remoteWorkspace"
1136
1148
],
1137
1149
"description": "Ways to connect to an EC2 Instance"
@@ -4322,6 +4334,16 @@
4322
4334
],
4323
4335
"passive": true
4324
4336
},
4337
+
{
4338
+
"name": "codewhisperer_codeScanChatNewTab",
4339
+
"description": "Called when a new chat tab is opened in the code scan view",
4340
+
"metadata": [
4341
+
{
4342
+
"type": "credentialSourceId",
4343
+
"required": false
4344
+
}
4345
+
]
4346
+
},
4325
4347
{
4326
4348
"name": "codewhisperer_codeScanIssueApplyFix",
4327
4349
"description": "Called when a code scan issue suggested fix is applied",
@@ -4340,15 +4362,35 @@
4340
4362
"type": "findingId"
4341
4363
},
4342
4364
{
4343
-
"type": "reason",
4365
+
"type": "ruleId",
4344
4366
"required": false
4367
+
}
4368
+
]
4369
+
},
4370
+
{
4371
+
"name": "codewhisperer_codeScanIssueGenerateFix",
4372
+
"description": "Called when a code scan issue fix is generated",
4373
+
"metadata": [
4374
+
{
4375
+
"type": "component"
4345
4376
},
4346
4377
{
4347
-
"type": "result"
4378
+
"type": "credentialStartUrl",
4379
+
"required": false
4380
+
},
4381
+
{
4382
+
"type": "detectorId"
4383
+
},
4384
+
{
4385
+
"type": "findingId"
4348
4386
},
4349
4387
{
4350
4388
"type": "ruleId",
4351
4389
"required": false
4390
+
},
4391
+
{
4392
+
"type": "variant",
4393
+
"required": false
4352
4394
}
4353
4395
]
4354
4396
},
@@ -4375,6 +4417,33 @@
4375
4417
}
4376
4418
]
4377
4419
},
4420
+
{
4421
+
"name": "codewhisperer_codeScanIssueIgnore",
4422
+
"description": "Called when a code scan issue is ignored",
4423
+
"metadata": [
4424
+
{
4425
+
"type": "component"
4426
+
},
4427
+
{
4428
+
"type": "credentialStartUrl",
4429
+
"required": false
4430
+
},
4431
+
{
4432
+
"type": "detectorId"
4433
+
},
4434
+
{
4435
+
"type": "findingId"
4436
+
},
4437
+
{
4438
+
"type": "ruleId",
4439
+
"required": false
4440
+
},
4441
+
{
4442
+
"type": "variant",
4443
+
"required": false
4444
+
}
4445
+
]
4446
+
},
4378
4447
{
4379
4448
"name": "codewhisperer_codeScanIssueViewDetails",
4380
4449
"description": "Called when a code scan issue webview is opened",
0 commit comments