You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Enhanced scan findings do not appear in aws_ecr_image_scan_finding or aws_ecr_image, but AWS CLI successfully retrieves them (aws ecr describe-image-scan-findings).
However, Basic scan findings appear correctly in both tables.
Steampipe version (steampipe -v)
Steampipe v1.0.3
Plugin version (steampipe plugin list)
aws@latest | 1.6.0
To reproduce
In AWS Web Console / Amazon ECR / Private registry / Scanning / Select Enhanced scanning
Scan at least one repository/image and wait to have the scan results.
In steampipe, SELECT * FROM aws_ecr_image_scan_finding WHERE ... , does not return data.
In steampipe, SELECT * FROM aws_ecr_image WHERE ... , return the correct images, but the fields image_scan_findings_summary and image_scan_status are in NULL.
Expected behavior
When Enhanced scanning is selected and at least one repository is scanned:
The table aws_ecr_image_scan_finding should contain data related to Enhanced scanning findings, just as it does when Basic scanning is selected.
The table aws_ecr_image should contain the respective info in image_scan_findings_summary and image_scan_status related to Enhanced scanning findings, just as it does when Basic scanning is selected.
Additional context
Everything works correctly when Basic scanning is selected in: AWS Web Console / Amazon ECR / Private registry / Scanning.
The text was updated successfully, but these errors were encountered:
Sorry to hear that you're experiencing this issue. The aws_ecr_image_scan_finding table does not currently return Enhanced Scanning details for image tags. To support this, we may need to either create a separate table or modify the existing table design to include enhanced scanning findings.
Describe the bug
Enhanced scan findings do not appear in aws_ecr_image_scan_finding or aws_ecr_image, but AWS CLI successfully retrieves them (aws ecr describe-image-scan-findings).
However, Basic scan findings appear correctly in both tables.
Steampipe version (
steampipe -v
)Steampipe v1.0.3
Plugin version (
steampipe plugin list
)aws@latest | 1.6.0
To reproduce
Expected behavior
When Enhanced scanning is selected and at least one repository is scanned:
Additional context
Everything works correctly when Basic scanning is selected in: AWS Web Console / Amazon ECR / Private registry / Scanning.
The text was updated successfully, but these errors were encountered: