Additional Conan Arguments
--detect.conan.argumentsA space-separated list of additional arguments to add to the 'conan info' command line when running Detect against a Conan project. Detect will execute the command 'conan info {additional arguments} .'
| Details | |
|---|---|
| Added | 6.8.0 |
| Type | Optional String |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | "--profile clang --profile cmake_316" |
Attempt Package Revision Match
--detect.conan.attempt.package.revision.match=falseIf package revisions are available (a Conan lock file is found or provided, and Conan's revisions feature is enabled), require that each dependency's package revision match the package revision of the component in the KB.
| Details | |
|---|---|
| Added | 6.8.0 |
| Type | Boolean |
| Default Value | false |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
Conan Dependency Types Excluded
--detect.conan.dependency.types.excluded=NONE,BUILD Set this value to indicate which Conan dependency types Detect should exclude from the BOM.
| Details | |
|---|---|
| Added | 7.10.0 |
| Type | ConanDependencyType List |
| Default Value | NONE |
| Comma Separated | Yes |
| Case Sensitive | No |
| Acceptable Values | NONE, BUILD |
| Strict | Yes |
| Example | BUILD |
Conan Executable
--detect.conan.pathThe path to the conan executable.
| Details | |
|---|---|
| Added | 6.8.0 |
| Type | Optional Path |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
Conan Lockfile
--detect.conan.lockfile.pathThe path to the conan lockfile to apply when running 'conan info' to get the dependency graph.
If set, the value will be used by CLI and lockfile detectors to determine the component versions and/or relationships.'
| Details | |
|---|---|
| Added | 6.8.0 |
| Type | Optional Path |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |