feat(security): updated container image scanner plugin with Trivy/Grype integration (#2216) - #3943
Closed
kamath-a wants to merge 5 commits into
Closed
feat(security): updated container image scanner plugin with Trivy/Grype integration (#2216) #3943kamath-a wants to merge 5 commits into
kamath-a wants to merge 5 commits into
Conversation
…th additional files for UI and server
kamath-a
requested review from
crivetimihai,
kevalmahajan and
madhav165
as code owners
March 31, 2026 09:22
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.
🔗 Related Issue
Closes #2216
📝 Summary
Links to PR #3713, implements feedback given for the PR.
Changes made since last PR:
server.py: The external plugin MCP server — exposes MCP tools over StreamableHTTP/STDIO and mounts the dashboard routescontainer_scanner/templates/ui.html: Self-contained dashboard (Tailwind + Alpine.js)plugin_config.yaml: Declarative plugin registration (name, kind, hooks, mode, config)container_scanner.py: defined payload and result types within the fileexec.py: now in the container_scanner folder instead of mcpgateway/utils🏷️ Type of Change
🧪 Verification
make lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)