airajena opened a new pull request, #5339: URL: https://github.com/apache/fineract/pull/5339
## Description This PR adds CycloneDX SBOM (Software Bill of Materials) generator to the Fineract build system. SBOM is important for security compliance and allows vendors to promote the solution in regulated environments. ## Changes - Add CycloneDX plugin (version 3.1.0) to plugins block - Configure SBOM generation with license information - Task is optional and NOT part of default build ## Usage ```bash # Generate SBOM for a specific module ./gradlew :fineract-provider:cyclonedxDirectBom # Output files build/reports/cyclonedx-direct/bom.json build/reports/cyclonedx-direct/bom.xml -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
