Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
docs: hint to conan2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck authored Sep 27, 2023
1 parent 2df086a commit 38a1987
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@

----

This project provides a tool for generating CycloneDX bill-of-material JSON documents for C/C++ projects using Conan.
## Support for Conan v2 and later
CycloneDX support for Conan2 is available as an [offical Conan2 extension](https://github.com/conan-io/conan-extensions#readme).
See the [conan-extensions sbom commands](https://github.com/conan-io/conan-extensions/blob/main/extensions/commands/sbom/README.md)

----

This project provides a tool for generating CycloneDX bill-of-material JSON documents for C/C++ projects using Conan v1.

The BOM will contain an aggregate of all your current project's dependencies, including a full dependency graph.

CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.

Please note: This tool has only been tested with Conan 1.14 so far.
Please note: This tool has only been tested with Conan v1.14 so far.

## Installation

Expand Down

0 comments on commit 38a1987

Please sign in to comment.