Select Git revision
root.go
-
When using the SBOM exported by `renovate-to-sbom` with other tools, some pieces of data are not useful when they are i.e. a range of versions. Instead of this, we can - by default - ignore anything that doesn't have a resolved `CurrentVersion` as it's likely that the exact version will not be present. This is a breaking change as we change the behaviour of the command. We can introduce a flag to re-enable the functionality, as well as document the fact that this may cause false positives. As this is not a breaking change in dependency-management-data itself, we will not bump `compatible_since`.
When using the SBOM exported by `renovate-to-sbom` with other tools, some pieces of data are not useful when they are i.e. a range of versions. Instead of this, we can - by default - ignore anything that doesn't have a resolved `CurrentVersion` as it's likely that the exact version will not be present. This is a breaking change as we change the behaviour of the command. We can introduce a flag to re-enable the functionality, as well as document the fact that this may cause false positives. As this is not a breaking change in dependency-management-data itself, we will not bump `compatible_since`.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.