feat(prowler): chunk9 add the GCP base contract (#422) - #439
Draft
Christophe Melchior (Kakudou) wants to merge 2 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/422-prowler-injector-chk8-base-azure #439 +/- ##
=============================================================================
+ Coverage 84.87% 84.90% +0.02%
=============================================================================
Files 188 189 +1
Lines 8100 8121 +21
=============================================================================
+ Hits 6875 6895 +20
- Misses 1225 1226 +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 9 of the Prowler injector stack: add the GCP base contract — the CHK009 base GCP provider: the BDD suite (behaviour, OCSF status / lifecycle logs / verbose diagnostics / OCSF capture fixtures), the
contracts/gcp.pyGCP contract module, its registration in the registry /__init__(GCP joins AWS and Azure as an executable contract), the quality-gate pass, and the final OCSF capture alignment — including the cross-chunk BDD updates (chk001, chk007, chk008) and the chk006 unit registry expectations.Re-landed from
feat/422-prowler-chk009-base-gcp-provider(56db1f7..c9aed54): 7 source commits folded into 2 (I1:9671004+ 3 fixture-alignment folds; I2:d3c905f+af90ee5+c9aed54— every cherry-pick applied clean, zero conflicts). Gate V (whole-branch tree vs source tipc9aed54): byte-identical except (a) the 14pyproject.tomlversion differences of the other injectors (base move to3.260821.0;prowler/untouched), (b) the 6trap-analysis.mdfiles excluded by standing call (5 carried from earlier chunks + the new chk009 one), and (c) one approved deviation — the pinnedpyoaevversion assert removed fromprowler/tests/unit/chk006_executable_base/test_outputs_registry_runtime.py.