-
Notifications
You must be signed in to change notification settings - Fork 25
Fixing DT md formatting bug #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…lations by name and version
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
WalkthroughThis update revises the CLI interface for inspection commands, particularly reorganizing and extending the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI
participant RawInspect
participant DTInspect
participant DTExport
User->>CLI: scanoss inspect [raw|dependency-track] [subcommand] [args]
alt Raw inspection
CLI->>RawInspect: Validate args, initialize output, run inspection
RawInspect-->>CLI: Return status code
else Dependency Track inspection
CLI->>DTInspect: Validate DT args, initialize output, run inspection
DTInspect-->>CLI: Return status code
end
User->>CLI: scanoss export dt [args]
CLI->>DTExport: Validate args, upload SBOM
DTExport-->>CLI: Return status code
Estimated code review effort🎯 4 (Complex) | ⏱️ ~30 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
Removed duplicate version from purl in md output
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Documentation