Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.
/ cyclonedx-nuget Public archive

Creates CycloneDX Software Bill-of-Materials (SBoM) from NuGet projects

License

Notifications You must be signed in to change notification settings

CycloneDX/cyclonedx-nuget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status License Website Group Discussion Twitter

CycloneDX for NuGet

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.

Usage

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

Copyright & License

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.