Skip to content

Commit 8dd415e

Browse files
committed
updated hashcode logic for wizcli scans
1 parent 16812ad commit 8dd415e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dojo/settings/settings.dist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,9 +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-
"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", "file_path", "line", "component_name", "component_version"],
1349+
"Wizcli Dir Scan": ["title", "file_path", "line", "component_name", "component_version"],
1350+
"Wizcli IAC Scan": ["title", "file_path", "line", "component_name"],
13511351
}
13521352

13531353
# Override the hardcoded settings here via the env var

0 commit comments

Comments
 (0)