File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 4685
4685
}
4686
4686
]
4687
4687
},
4688
+ {
4689
+ "name" : " codewhisperer_codeScanIssueDetected" ,
4690
+ "description" : " Called when a code scan issue is returned from the service" ,
4691
+ "metadata" : [
4692
+ {
4693
+ "type" : " autoDetected" ,
4694
+ "required" : false
4695
+ },
4696
+ {
4697
+ "type" : " codewhispererCodeScanJobId" ,
4698
+ "required" : false
4699
+ },
4700
+ {
4701
+ "type" : " detectorId"
4702
+ },
4703
+ {
4704
+ "type" : " findingId"
4705
+ },
4706
+ {
4707
+ "type" : " includesFix" ,
4708
+ "required" : false
4709
+ },
4710
+ {
4711
+ "type" : " ruleId" ,
4712
+ "required" : false
4713
+ }
4714
+ ]
4715
+ },
4688
4716
{
4689
4717
"name" : " codewhisperer_codeScanIssueGenerateFix" ,
4690
4718
"description" : " Generated fix for a code scan issue. variant=refresh means the user chose to generate a fix again after one already exists." ,
You can’t perform that action at this time.
0 commit comments