refactor(plugins): rename and restructure threadwinds-ingestion to …#1607
Merged
refactor(plugins): rename and restructure threadwinds-ingestion to …#1607
threadwinds-ingestion to …#1607Conversation
…`feeds`; update dependencies and references across the project
Kbayero
approved these changes
Jan 21, 2026
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.
This pull request primarily updates dependencies across multiple Go modules and corrects the naming and handling of the
crowdstrikeplugin throughout the codebase. Additionally, it introduces a newfeedsplugin to the build and deployment pipeline, replacing the previousthreadwinds-ingestionplugin. These changes improve consistency, update third-party libraries, and ensure the correct plugins are included in builds and Docker images.Plugin naming and path corrections:
plugins/crowdStrikedirectory and its files toplugins/crowdstrike, updating all references and imports accordingly for consistency. [1] [2]Build and deployment pipeline updates:
.github/workflows/v11-deployment-pipeline.ymlandevent_processor.Dockerfileto use the correctedcrowdstrikeplugin path and replaced thethreadwinds-ingestionplugin with the newfeedsplugin in both build and Docker copy steps. [1] [2]Dependency upgrades:
Upgraded
google.golang.org/genproto/googleapis/apiandgoogle.golang.org/genproto/googleapis/rpcdependencies to a newer version across all affected Go modules for improved compatibility and security. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Upgraded
modernc.org/sqliteinagent/go.modfrom v1.44.2 to v1.44.3 for bug fixes and improvements.Plugin additions/removals:
feedsplugin to the build and Docker image, while removing thethreadwinds-ingestionplugin. [1] [2]…feeds; update dependencies and references across the project