CycloneDX / cyclonedx-gradle-plugin

Creates CycloneDX Software Bill of Materials (SBOM) from Gradle projects
https://cyclonedx.org/
Apache License 2.0
162 stars 77 forks source link

Default config should not include test classpath #505

Open blommish opened 2 months ago

blommish commented 2 months ago

Connected to

https://github.com/CycloneDX/cyclonedx-maven-plugin does not include the test scope as default config.

What has been done

For discussion:

Would the classpaths I've added be enough? Or should others also be added? Buildscript, plugin and sourceSet. I'm not totally sure just having the 3 I've added is enough. Or would it be better to just add the test-paths to ignore?

I'll wait to update the readme until I know if this could be used or not.

VinodAnandan commented 2 months ago

Hi @blommish Thank you for your PR. Could you please address the DCO failure? https://github.com/CycloneDX/cyclonedx-gradle-plugin/pull/505/checks?check_run_id=29790906669