Wire Kustomize activation through scan and CLI#117
Draft
whitemerch wants to merge 5 commits into
Draft
Conversation
3 tasks
|
🎯 Code Coverage (details) 🔗 Commit SHA: d33b745 | Docs | Datadog PR Page | Give us feedback! |
Base automatically changed from
chakib.hamie/kustomize_support_preprocessor_pr2
to
chakib.hamie/kustomize_support_preprocessor_pr1
April 24, 2026 15:42
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr1
branch
from
April 24, 2026 15:46
437f310 to
7de9c87
Compare
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr3
branch
from
April 24, 2026 15:52
36ff8cd to
2b92e68
Compare
whitemerch
changed the base branch from
chakib.hamie/kustomize_support_preprocessor_pr1
to
chakib.hamie/kustomize_support_preprocessor_pr2
April 24, 2026 15:52
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr2
branch
from
April 29, 2026 11:16
4e3d18e to
8c3006a
Compare
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr3
branch
from
April 29, 2026 11:16
2b92e68 to
3d9408f
Compare
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr2
branch
from
April 29, 2026 11:48
8c3006a to
2fbd2d9
Compare
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr3
branch
from
April 29, 2026 11:48
3d9408f to
abd1d4a
Compare
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr2
branch
from
April 29, 2026 11:54
2fbd2d9 to
d349b4e
Compare
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr3
branch
from
April 29, 2026 11:54
abd1d4a to
9f692e2
Compare
…gnize Kustomize entries alongside Helm charts.
…hey're routed to the kubernetes type.
… to match scan-pipeline lint style.
…ching client parameters.
…a dedicated builder.
whitemerch
force-pushed
the
chakib.hamie/kustomize_support_preprocessor_pr3
branch
from
April 29, 2026 12:00
9f692e2 to
d33b745
Compare
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.
Tip
This PR is best reviewed commit by commit.
Summary
Full design context and architecture details: #113
Test plan
go test ./pkg/scan/... ./pkg/analyzer/... ./pkg/engine/provider/... -count=1$(go env GOPATH)/bin/golangci-lint run ./pkg/scan/... ./pkg/analyzer/... ./pkg/engine/provider/... ./cmd/scanner/...Notes