rode-legacy
rode-legacy copied to clipboard
Load ECR vulnerability details from scan results
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.