@@ -1345,9 +1345,10 @@ def saml2_attrib_map_format(din):
1345
1345
"Red Hat Satellite" : ["description" , "severity" ],
1346
1346
"Qualys Hacker Guardian Scan" : ["title" , "severity" , "description" ],
1347
1347
"Cyberwatch scan (Galeax)" : ["title" , "description" , "severity" ],
1348
- "Wizcli Img Scan" : ["title" , "description" , "file_path" , "line" , "component_name" , "component_version" ]
1349
- "Wizcli Dir Scan" : ["title" , "description" , "file_path" , "line" , "component_name" , "component_version" ]
1350
- "Wizcli IAC Scan" : ["title" , "description" , "file_path" , "line" , "component_name" ]
1348
+ "Wizcli Img Scan" : ["title" , "description" , "file_path" , "line" , "component_name" , "component_version" ],
1349
+ "Wizcli Dir Scan" : ["title" , "description" , "file_path" , "line" , "component_name" , "component_version" ],
1350
+ "Wizcli IAC Scan" : ["title" , "description" , "file_path" , "line" , "component_name" ],
1351
+ }
1351
1352
1352
1353
# Override the hardcoded settings here via the env var
1353
1354
if len (env ("DD_HASHCODE_FIELDS_PER_SCANNER" )) > 0 :
0 commit comments