Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 910 Bytes

SoftwareBillOfMaterials.md

File metadata and controls

20 lines (11 loc) · 910 Bytes

Software Bill of Materials

Modern software is made up of many third-party components, and these can be expressed in a Software Bill of Materials. A Software Bill of Materials is often used in supply chain analysis to;

  • Check that the software complies to any licensing requirements.
  • Identify software dependencies with known vulnerabilities in them.

For more information about Software Bill of Materials, please take a look at;

https://www.ntia.gov/sbom

CycloneDX

Included in Scaffold is a Cake script target which can be used to generate a Software Bill of Materials in the OWASP CycloneDX format. This format can be provided to various industry tools including OWASP Dependency Track for analysis.

To produce a Software Bill of Material, run;

dotnet cake --Target=Audit

The output will be located in the artifacts directory.