Conversation
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
|
✅ All necessary |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
🔒 Container Security ScanImage: 📊 Vulnerability Summary
4 package(s) affected
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #10688 +/- ##
==========================================
- Coverage 93.61% 90.42% -3.19%
==========================================
Files 227 851 +624
Lines 31923 24445 -7478
==========================================
- Hits 29884 22104 -7780
- Misses 2039 2341 +302
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…s-environment-variable-config-option-to-exclude-regions-from-scans
Context
AWS scans could hang or become very slow when a specific region was unresponsive, and the only workaround was removing that region from aws_regions_by_service.json, which is global and brittle.
Description
This PR adds support for excluding AWS regions from scans using:
The exclusion logic now lives in AwsProvider, so it applies to both CLI scans and API/App-triggered scans. Precedence is:
It also adds documentation and regression tests for the new behavior.
Steps to review
Please add a detailed description of how to review this PR.
Checklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.