EPMDEDP-16730: feat: Add krci sca command group for Software Composition Analysis#30
Merged
EPMDEDP-16730: feat: Add krci sca command group for Software Composition Analysis#30
Conversation
…ion Analysis Implement the complete `krci sca` command group to expose Dependency-Track vulnerability data through the KubeRocketCI Portal. Adds four subcommands: - `sca list`: List SCA projects from Dependency-Track - `sca get`: Project overview with risk scores and vulnerability metrics - `sca components`: List dependencies with filtering by outdated/direct status - `sca findings`: Flat vulnerability listing with severity filtering Portal backend: New SCA handler proxies Dep-Track API calls, reusing existing portal credentials. CLI layer includes validation, rendering (table/JSON), and inclusive severity filtering. Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
zmotso
approved these changes
Apr 23, 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.
Implement the complete
krci scacommand group to expose Dependency-Track vulnerability data through the KubeRocketCI Portal. Adds four subcommands:sca list: List SCA projects from Dependency-Tracksca get: Project overview with risk scores and vulnerability metricssca components: List dependencies with filtering by outdated/direct statussca findings: Flat vulnerability listing with severity filteringPortal backend: New SCA handler proxies Dep-Track API calls, reusing existing portal credentials. CLI layer includes validation, rendering (table/JSON), and inclusive severity filtering.