Releases: aws-exporters/inspector
Releases · aws-exporters/inspector
v0.0.2
Makes use of the poorly documented, but useful build_full_result()
- See: boto/boto3#3001
Workaround a bug that I've raised with AWS that results in the list_finding_aggregations
API not returning all results when sorted by (the default) CRITICAL
. Sorting by ALL
returns (more) all results (I hope 🙏).
v0.0.1
Initial inspector exporter. Exportes ECR scan findings aggregations with the same metrics labels as the ecr exporter for easy migration.