Skip to content

Commit 7ed4298

Browse files
committed
added HASHCODE_FIELDS_PER_SCANNER entries for these parser
1 parent c41158d commit 7ed4298

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dojo/settings/settings.dist.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,9 @@ def saml2_attrib_map_format(din):
13451345
"Red Hat Satellite": ["description", "severity"],
13461346
"Qualys Hacker Guardian Scan": ["title", "severity", "description"],
13471347
"Cyberwatch scan (Galeax)": ["title", "description", "severity"],
1348-
}
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"]
13491351

13501352
# Override the hardcoded settings here via the env var
13511353
if len(env("DD_HASHCODE_FIELDS_PER_SCANNER")) > 0:

0 commit comments

Comments
 (0)