Skip to content

Commit

Permalink
Comma for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tpat13 committed Feb 7, 2024
1 parent 3098b37 commit ee697dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ def saml2_attrib_map_format(dict):
'Wazuh Scan': DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
'MSDefender Parser': DEDUPE_ALGO_HASH_CODE,
'HCLAppScan XML': DEDUPE_ALGO_HASH_CODE,
'Nosey Parker Scan': DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL_OR_HASH_CODE
'Nosey Parker Scan': DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL_OR_HASH_CODE,
}

# Override the hardcoded settings here via the env var
Expand Down

0 comments on commit ee697dc

Please sign in to comment.