Skip to content

Commit

Permalink
update to retrigger failed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Feb 14, 2024
1 parent 5caa5c7 commit b6b7e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,6 @@ def saml2_attrib_map_format(dict):
'Checkmarx Scan': ['cwe', 'severity', 'file_path'],
'Checkmarx OSA': ['vulnerability_ids', 'component_name'],
'Cloudsploit Scan': ['title', 'description'],
'KICS Scan': ['file_path', 'line', 'severity', 'description', 'title'],
'SonarQube Scan': ['cwe', 'severity', 'file_path'],
'SonarQube API Import': ['title', 'file_path', 'line'],
'Dependency Check Scan': ['title', 'cwe', 'file_path'],
Expand Down Expand Up @@ -1276,6 +1275,7 @@ def saml2_attrib_map_format(dict):
'Humble Json Importer': ['title'],
'MSDefender Parser': ['title', 'description'],
'HCLAppScan XML': ['title', 'description'],
'KICS Scan': ['file_path', 'line', 'severity', 'description', 'title'],
}

# Override the hardcoded settings here via the env var
Expand Down Expand Up @@ -1441,7 +1441,6 @@ def saml2_attrib_map_format(dict):
'Meterian Scan': DEDUPE_ALGO_HASH_CODE,
'Github Vulnerability Scan': DEDUPE_ALGO_HASH_CODE,
'Cloudsploit Scan': DEDUPE_ALGO_HASH_CODE,
'KICS Scan': DEDUPE_ALGO_HASH_CODE,
'SARIF': DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL_OR_HASH_CODE,
'Azure Security Center Recommendations Scan': DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
'Hadolint Dockerfile check': DEDUPE_ALGO_HASH_CODE,
Expand Down Expand Up @@ -1484,6 +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,
'KICS Scan': DEDUPE_ALGO_HASH_CODE,
}

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

0 comments on commit b6b7e2a

Please sign in to comment.