Skip to content

Commit 42d04d8

Browse files
deduplication for snyk api fields added
1 parent 07bedfd commit 42d04d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dojo/settings/settings.dist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,7 @@ def saml2_attrib_map_format(din):
13561356
"Qualys Hacker Guardian Scan": ["title", "severity", "description"],
13571357
"Cyberwatch scan (Galeax)": ["title", "description", "severity"],
13581358
"Cycognito Scan": ["title", "severity"],
1359+
"Snyk Issue API Scan": ["vuln_id_from_tool", "file_path"],
13591360
}
13601361

13611362
# Override the hardcoded settings here via the env var
@@ -1613,6 +1614,7 @@ def saml2_attrib_map_format(din):
16131614
"Red Hat Satellite": DEDUPE_ALGO_HASH_CODE,
16141615
"Qualys Hacker Guardian Scan": DEDUPE_ALGO_HASH_CODE,
16151616
"Cyberwatch scan (Galeax)": DEDUPE_ALGO_HASH_CODE,
1617+
"Snyk Issue API Scan": DEDUPE_ALGO_HASH_CODE,
16161618
}
16171619

16181620
# Override the hardcoded settings here via the env var

0 commit comments

Comments
 (0)