Skip to content

Commit

Permalink
🐛 fix trivy operator deduplication setting (#10389)
Browse files Browse the repository at this point in the history
* 🐛 fix trivy operator deduplication setting

* update
  • Loading branch information
manuel-sommer authored Jun 17, 2024
1 parent 2207f51 commit 358e7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dojo/settings/.settings.dist.py.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c0f6db3774e94fcfd22a5861d47e42cdd52839d01dd99ce361ecfd44f42b221c
e9aab91c011f6aa1933791c57e7c37b165e5369606c459f772c4269c56212b53
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ def saml2_attrib_map_format(dict):
'DSOP Scan': ['vulnerability_ids'],
'Acunetix Scan': ['title', 'description'],
'Terrascan Scan': ['vuln_id_from_tool', 'title', 'severity', 'file_path', 'line', 'component_name'],
'Trivy Operator Scan': ['title', 'severity', 'vulnerability_ids'],
'Trivy Operator Scan': ['title', 'severity', 'vulnerability_ids', 'description'],
'Trivy Scan': ['title', 'severity', 'vulnerability_ids', 'cwe', 'description'],
'TFSec Scan': ['severity', 'vuln_id_from_tool', 'file_path', 'line'],
'Snyk Scan': ['vuln_id_from_tool', 'file_path', 'component_name', 'component_version'],
Expand Down

0 comments on commit 358e7f8

Please sign in to comment.