feat: add Generate SBOM action to IntelliJ plugin#258
Merged
Conversation
Collaborator
Author
|
/review |
ruromero
self-requested a review
April 29, 2026 07:06
Collaborator
|
/review |
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
ruromero
requested changes
Apr 29, 2026
ruromero
left a comment
Collaborator
There was a problem hiding this comment.
Thanks Adva, some minor changes
Add a "Generate SBOM" context menu action that generates a CycloneDX SBOM from supported manifest files and saves it to a user-chosen location via the native Save File dialog. Includes telemetry tracking and README docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Use packageManager instead of manifestName for ECOSYSTEM telemetry - Add project.isDisposed() checks in invokeLater blocks - Extract shared supportedManifestFiles list to SaUtils.SUPPORTED_MANIFEST_FILES Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
ruromero
approved these changes
Apr 30, 2026
Collaborator
Author
Verification Report for TC-3994 (commit d05bf2a)
Overall: WARNItems requiring attention:
Acceptance Criteria Detail
This comment was AI-generated by sdlc-workflow/verify-pr v0.5.11. |
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.



Summary
ApiService.generateSbom()method with telemetry tracking (sbom-generationevent)trustify-da-java-clientto 0.0.17 andtrustify-da-api-specto 2.0.7Test plan
bom.json./gradlew test)Resolves: TC-3994
Depends on: TC-3991
🤖 Generated with Claude Code