# Terrascan

Import JSON output of terrascan scan report [here](https://github.com/accurics/terrascan).

### Sample Scan Data

Sample Terrascan scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/terrascan).

### Default Deduplication Hashcode Fields

By default, DefectDojo identifies duplicate Findings using these [hashcode fields](https://docs.defectdojo.com/en/working_with_findings/finding_deduplication/about_deduplication/):

- vuln id from tool
- title
- severity
- file path
- line
- component name
