fix(oci): Mutelist support#10566
Merged
Merged
Conversation
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10566 +/- ##
===========================================
- Coverage 93.52% 64.08% -29.44%
===========================================
Files 225 185 -40
Lines 31579 9796 -21783
===========================================
- Hits 29534 6278 -23256
- Misses 2045 3518 +1473
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
1 task
Contributor
Author
- Move changelog entry from Changed to Fixed (it's a bugfix) - Add test_execute_oraclecloud_mutelist_passes_tenancy_id - Fix remaining 'Tenancies' reference in yaml comment Ref: prowler-cloud#10565
oci.config.validate_config requires the 'user' field which is not present in session token configs created by 'oci session authenticate'. Moving the validation after token detection ensures it only runs for API key auth, where 'user' is always present.
HugoPBrito
approved these changes
Apr 7, 2026
Member
|
Thank you for your contribution ❤️ |
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
Please include relevant motivation and context for this PR.
Mutelist files are currently unsupported for OCI. This change makes them functional
Fix #10565
Description
Updates oraclecloud_mutelist_example.yaml to reflect current correct schema. Adds in required mutelist argument tenancy_id
Steps to review
Running any mutelist schema
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.