CycloneDX for Nuget creates an aggregate of all dependencies and transitive dependencies of a project and creates a valid CycloneDX bill-of-material document from the results. CycloneDX is a lightweight BoM specification that is easily created, human readable, and simple to parse. The resulting bom.xml can be used with tools such as OWASP Dependency-Track for the continuous analysis of components.
When building, the release will be created in the target/release directory. This directory contains executable .bat and .sh files for Windows and Unix/Linux. CycloneDX for NuGet requires Java 8.
Displays Help
cyclonedx-nuget.sh
Creating a BoM
cyclonedx-nuget.sh -v3a --in /path/to/project.assets.json --out /output/path
CycloneDX for NuGet is Copyright (c) Steve Springett. All Rights Reserved.
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the LICENSE file for the full license.