feat(prowler): chunk13 add the GCP service routes (#422) - #443
Draft
Christophe Melchior (Kakudou) wants to merge 4 commits into
Draft
Conversation
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 13 of the Prowler injector stack: add the GCP service routes — the CHK.013 GCP service assessment: the BDD suite (behaviour, OCSF status / lifecycle logs / verbose diagnostics / OCSF capture fixtures), the GCP service routes in
contracts/gcp.pywith the shared service-contract execution refactored across all provider contracts in this chunk, the_core/prowler_client/wiring, their registration in the registry /__init__, the formatting pass over the three service-contract BDD suites (chk011, chk012, chk013), and the cross-chunk BDD updates (chk001, chk007, chk008, chk009, chk010) plus the chk006 unit registry expectations.Re-landed from
feat/422-prowler-chk013-service-gcp-assessment(c380314..888d5a3): 9 source commits folded into 4 (N1:f7e1416; N2:722fd87+40fe009+f7b8077+f08a940+888d5a3; N3:25217d6, retitled; N4:aa375d5+69d8d20). N2 landed at the source-final post-image of the CHK.013 BDD suite, so the four later alignment commits folded in as content with zero conflicts; N3 is the standalone formatting pass over the three service BDD suites, and because chk013's own formatting was already carried by N2's final post-image, N3's observable diff is the chk011/chk012 suites. Gate V (whole-branch tree vs source tip888d5a3): byte-identical except (a) the 14pyproject.tomlversion differences of the other injectors (source base3.260805.0vs re-land base3.260821.0;prowler/subtree untouched), (b) the 10trap-analysis.mdfiles (chk004–chk013) excluded by standing call, and (c) one approved deviation — the pinnedpyoaevversion assert removed fromprowler/tests/unit/chk006_executable_base/test_outputs_registry_runtime.py.