adoroszlai opened a new pull request, #1110:
URL: https://github.com/apache/ratis/pull/1110

   ## What changes were proposed in this pull request?
   
   Create and publish Software Bill of Materials (SBOM) for Ratis.
   
   
https://cwiki.apache.org/confluence/display/SECURITY/Software+Bill+of+Materials+SBOM
   
   https://issues.apache.org/jira/browse/RATIS-2110
   
   ## How was this patch tested?
   
   ```
   $ mvn -DskipTests -Prelease clean package
   ...
   [INFO] --- cyclonedx-maven-plugin:2.8.0:makeAggregateBom (default) @ ratis 
---
   [INFO] CycloneDX: Resolving Aggregated Dependencies
   [INFO] CycloneDX: Creating BOM version 1.5 with 30 component(s)
   [INFO] CycloneDX: Writing and validating BOM (XML): target/bom.xml
   [INFO]            attaching as ratis-3.1.0-SNAPSHOT-cyclonedx.xml
   [INFO] CycloneDX: Writing and validating BOM (JSON): target/bom.json
   [INFO]            attaching as ratis-3.1.0-SNAPSHOT-cyclonedx.json
   ...
   
   $ tar tzvf ratis-assembly/target/apache-ratis-3.1.0-SNAPSHOT-bin.tar.gz | 
grep bom
   -rw-r--r-- root/root     59288 2023-11-19 15:23 
apache-ratis-3.1.0-SNAPSHOT-bin/bom.json
   -rw-r--r-- root/root     55180 2023-11-19 15:23 
apache-ratis-3.1.0-SNAPSHOT-bin/bom.xml
   ```
   
   CI:
   
https://github.com/adoroszlai/ratis/actions/runs/9427249769/job/25971132804#step:5:112


-- 
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: issues-unsubscr...@ratis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to