-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
pass cdxgen to input a ready file with "gradlew dependencies -q --console > dep.txt" #171
Comments
@2013kaa It's a good request. Let me think about this. |
@prabhu I think this would be a great idea for companies with a lot of development teams.
|
@prabhu Do you have any ideas about my proposal?))that would be super! |
@2013kaa Not yet. Busy with adding containers and os scans. Any idea how much time we will likely trim for you with this caching? One idea could be to add support for reading from stdin so you can run gradle and pipe it to cdxgen. |
@prabhu each assembly of sbom.xml takes us from 5 to 10 minutes * 300 projects in gitlab!. It's more about convenience and ease of use. Developers can send me the output of "gradlew dependencies" or pass between tasks ci\cd as an artifact, instead of each time reusing their image and environment to re-run "gradlew dependencies" |
@2013kaa Would you prefer support for the gradle lock file? https://docs.gradle.org/current/userguide/dependency_locking.html#lock_state_location_and_format Could you find out from your dev teams if they could create and maintain the lock files in the repo? This is consistent with other languages that can automatically use lock files. |
@prabhu unfortunately, our programmers are too lazy and there are too many of them for me to force them alone (( |
Hi
If I understand correctly, when scanning projects with gradle, cdxgen launches its task "gradlew dependencies -q --console" and then analyzes the dependencies.
Is it possible to pass cdxgen to input a ready file with "gradlew dependencies -q --console > dep.txt" ?
The text was updated successfully, but these errors were encountered: