rode-legacy icon indicating copy to clipboard operation
rode-legacy copied to clipboard

Load ECR vulnerability details from scan results

Open cplee opened this issue 5 years ago • 0 comments

Currently, ecr_events.go creates a new vulnerability occurrence for each finding in the ECR event. The details of the vulnerability are not provided in the event however, so they are left incomplete.

The getVulnerabilityDetails function should be updated to load the image scan results via the AWS SDK and translate the findings into PackageIssue in the occurrence.

cplee avatar Jan 19 '20 07:01 cplee