File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
docs/security-testing-orchestration/custom-scanning Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ The following example illustrates the required format for your data:
50
50
{
51
51
" meta" :{
52
52
" key" :[
53
- " issueName" ,
54
- " fileName"
53
+ " issueName"
55
54
],
56
55
" subproduct" :"MyCustomScanner"
57
56
},
@@ -238,8 +237,7 @@ pipeline:
238
237
{
239
238
"meta":{
240
239
"key":[
241
- "issueName",
242
- "fileName"
240
+ "issueName"
243
241
],
244
242
"subproduct":"MyCustomScanner"
245
243
},
@@ -349,8 +347,7 @@ This command uses the filter to generate the correctly formatted output.
349
347
{
350
348
meta: {
351
349
key: [
352
- " issueName" ,
353
- " fileName"
350
+ " issueName"
354
351
],
355
352
subproduct: "mend v3 sca"
356
353
},
@@ -433,7 +430,7 @@ def transform_issue(language; issue):
433
430
434
431
{
435
432
meta: {
436
- key: ["issueName", "fileName" ],
433
+ key: ["issueName"],
437
434
subproduct: "mend v3 SAST"
438
435
},
439
436
issues: [
You can’t perform that action at this time.
0 commit comments