feat(prowler): chunk8 add the Azure base contract (#422) - #438
Draft
Christophe Melchior (Kakudou) wants to merge 3 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/422-prowler-injector-chk7-base-aws #438 +/- ##
===========================================================================
+ Coverage 84.84% 84.87% +0.02%
===========================================================================
Files 187 188 +1
Lines 8079 8100 +21
===========================================================================
+ Hits 6855 6875 +20
- Misses 1224 1225 +1
📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
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.
Part of #422.
Chunk 8 of the Prowler injector stack: add the Azure base contract — the CHK008 base Azure provider: the BDD suite (behaviour, OCSF status / lifecycle logs / verbose diagnostics / OCSF capture fixtures), the
contracts/azure.pyAzure contract module, its registration in the registry /__init__(Azure joins AWS as an executable contract), and the registry-expectations alignment across chk001, chk007 BDD and the chk006 unit.Re-landed from
feat/422-prowler-chk008-base-azure-provider(5603b0d..56db1f7): 7 source commits folded into 3 (H1:219c4ee+ 3 fixture-alignment folds; H2:39e97a9+56db1f7; H3:5a85974— every cherry-pick applied clean, zero conflicts). Gate V (whole-branch tree vs source tip56db1f7): byte-identical except (a) the 14pyproject.tomlversion differences of the other injectors (base move to3.260821.0;prowler/untouched), (b) the 5trap-analysis.mdfiles excluded by standing call (4 carried from earlier chunks + the new chk008 one), and (c) one approved deviation — the pinnedpyoaevversion assert removed fromprowler/tests/unit/chk006_executable_base/test_outputs_registry_runtime.py.