-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature] Folder Watcher - Monitor directory or directories and upload sboms #59
Comments
@riteshnoronha , this is the design docs before proceeding towards implemented part. Things to keep in mind
Detailed Understanding
Current sbommv feature
What's missing in sbommv
How Can We Achieve This in sbommvTo implement the Folder Watcher feature, sbommv needs to be extended into a continuously running tool that monitors directories, detects new SBOMs, and uploads them while avoiding duplicates. Below is a comprehensive plan to achieve this. Proposed solution1. Daemon Mode Implementation
2. Filesystem Watching
3.Duplicate SBOM Handling
4. CLI Structure & Sub-Commands:
|
After discussion the the proposed daemon command would be like: $ sbommv transfer -d --input-adapter=folder --in-folder-path="temp" --output-adapter=interlynk --out-interlynk-url="https://api.interlynk.io/lynkapi" Where, |
Based on the discussion DependencyTrack/dependency-track#4256, it would be great to support watching specific folders and upload sboms as they become available.
Things to keep in mind.
The text was updated successfully, but these errors were encountered: