chore(aws): enhance metadata for ecr service#8872
Merged
HugoPBrito merged 4 commits intomasterfrom Nov 17, 2025
Merged
Conversation
Contributor
|
✅ All necessary |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8872 +/- ##
==========================================
+ Coverage 86.63% 90.58% +3.95%
==========================================
Files 914 834 -80
Lines 29216 23532 -5684
==========================================
- Hits 25310 21317 -3993
+ Misses 3906 2215 -1691
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
HugoPBrito
approved these changes
Nov 17, 2025
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Contributor
🔒 Container Security ScanImage: 📊 Vulnerability Summary
2 package(s) affected
|
Hamza-abughazaleh
pushed a commit
to Raed-sh/prowler
that referenced
this pull request
Feb 11, 2026
Co-authored-by: HugoPBrito <hugopbrit@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Updating aws ecr service metadata to conform with the new standardized metadata format used across Prowler checks, defined in #8411.
Description
This PR updates all metadata files for AWS ECR checks to adapt to the new metadata format. The changes ensure consistency with the metadata structure being adopted across all Prowler services. The modified checks are:
ecr_registry_scan_images_on_push_enabledecr_repositories_lifecycle_policy_enabledecr_repositories_not_publicly_accessibleecr_repositories_scan_images_on_push_enabledecr_repositories_scan_vulnerabilities_in_latest_imageecr_repositories_tag_immutabilityChecklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.